commit | aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Nov 02 18:16:36 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Nov 02 18:16:36 2009 +0000 |
tree | f10b18aa14675aaee4ecf7a2451ca1bbd83d560b | |
parent | f9e7d5421a0c3af271443350cd64a749c39c6ce3 [diff] [blame] |
add space
diff --git a/Lib/test/test_lib2to3.py b/Lib/test/test_lib2to3.py index e332062..10dcec6 100644 --- a/Lib/test/test_lib2to3.py +++ b/Lib/test/test_lib2to3.py
@@ -7,7 +7,7 @@ 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