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