add space

This commit is contained in:
Benjamin Peterson 2009-11-02 18:16:36 +00:00
parent f9e7d5421a
commit aed6c4556c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from test.test_support import run_unittest
def suite():
tests = unittest.TestSuite()
loader = unittest.TestLoader()
for m in (test_fixers,test_pytree,test_util, test_refactor):
for m in (test_fixers, test_pytree,test_util, test_refactor):
tests.addTests(loader.loadTestsFromModule(m))
return tests