pep8 fixes

This commit is contained in:
Thomas Vander Stichele
2012-12-02 16:40:46 +00:00
parent c634dd0e92
commit b86febb3b1
6 changed files with 4 additions and 7 deletions

View File

@@ -136,7 +136,6 @@ Log files will log the path to tracks relative to this directory.
self.stdout.write("Using fallback read offset %d\n" %
options.offset)
def do(self, args):
prog = program.Program(record=self.getRootCommand().record)
runner = task.SyncRunner()

View File

@@ -237,7 +237,6 @@ CD in the AccurateRip database."""
self.getRootCommand().config.setReadOffset(info[0], info[1], info[2],
offset)
class Offset(logcommand.LogCommand):
summary = "handle drive offsets"