pychecker cleanup

This commit is contained in:
Thomas Vander Stichele
2009-06-07 13:46:26 +00:00
parent 662c14cf6f
commit d75066d1bb
6 changed files with 3 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ class List(logcommand.LogCommand):
try:
import pycdio
import cdio
except ImportError, e:
except ImportError:
self.info('pycdio not installed, cannot list drives')
found = False
for c in ['/dev/cdrom', '/dev/cdrecorder']: