Fix some pylint
This commit is contained in:
parent
71af09c451
commit
8ced456a9d
|
@ -28,7 +28,8 @@ import virtinst
|
|||
|
||||
_spice_error = None
|
||||
try:
|
||||
import SpiceClientGtk as spice_ignore
|
||||
import SpiceClientGtk
|
||||
ignore = SpiceClientGtk
|
||||
except Exception, _spice_error:
|
||||
logging.debug("Error importing spice: %s" % _spice_error)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ import gtkvnc
|
|||
|
||||
try:
|
||||
import SpiceClientGtk as spice
|
||||
except Exception, e:
|
||||
except:
|
||||
spice = None
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue