pep8 fixes

This commit is contained in:
Thomas Vander Stichele
2012-11-10 22:24:50 +00:00
parent e3cce37de4
commit b9d6807065
6 changed files with 22 additions and 5 deletions

View File

@@ -6,11 +6,15 @@ import unittest
from morituri.program import cdrdao
class FakeTask:
def setProgress(self, value):
pass
class ParseTestCase(unittest.TestCase):
def setUp(self):
path = os.path.join(os.path.dirname(__file__),
'cdrdao.readtoc.progress')