diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-11-02 18:16:36 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-11-02 18:16:36 (GMT) |
commit | aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd (patch) | |
tree | f10b18aa14675aaee4ecf7a2451ca1bbd83d560b | |
parent | f9e7d5421a0c3af271443350cd64a749c39c6ce3 (diff) | |
download | cpython-aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd.zip cpython-aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd.tar.gz cpython-aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd.tar.bz2 |
add space
-rw-r--r-- | Lib/test/test_lib2to3.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |