summaryrefslogtreecommitdiff
path: root/Lib/test/test_lib2to3.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-11-02 18:16:36 +0000
committerBenjamin Peterson <benjamin@python.org>2009-11-02 18:16:36 +0000
commitbe3b2218683d4b8f3cd207a0ae5ae5c251a798fe (patch)
tree21f8797aa5b3205e97ac562d34cd636d935e033e /Lib/test/test_lib2to3.py
parenta6bdcacb47abea4c0ababb7a340bf2c250a08ed8 (diff)
downloadcpython-be3b2218683d4b8f3cd207a0ae5ae5c251a798fe.tar.gz
add space
Diffstat (limited to 'Lib/test/test_lib2to3.py')
-rw-r--r--Lib/test/test_lib2to3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_lib2to3.py b/Lib/test/test_lib2to3.py
index e332062994..10dcec6a3d 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