Fix some pylint

This commit is contained in:
Cole Robinson 2011-01-13 11:12:29 -05:00
parent 71af09c451
commit 8ced456a9d
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -29,7 +29,7 @@ import gtkvnc
try:
import SpiceClientGtk as spice
except Exception, e:
except:
spice = None
import os