pep8 fixes

This commit is contained in:
Thomas Vander Stichele
2012-11-11 22:25:08 +00:00
parent b0db74b5a8
commit 6b31fa47d1
2 changed files with 1 additions and 4 deletions

View File

@@ -50,9 +50,8 @@ class List(logcommand.LogCommand):
if not paths:
print 'No drives found.'
class Drive(logcommand.LogCommand):
summary = "handle drives"
subCommandClasses = [List, ]

View File

@@ -218,5 +218,3 @@ class Offset(logcommand.LogCommand):
summary = "handle drive offsets"
subCommandClasses = [Find, ]