[Python-checkins] r76064 - python/trunk/Lib/test/test_lib2to3.py

benjamin.peterson python-checkins at python.org
Mon Nov 2 19:16:36 CET 2009


Author: benjamin.peterson
Date: Mon Nov  2 19:16:36 2009
New Revision: 76064

Log:
add space

Modified:
   python/trunk/Lib/test/test_lib2to3.py

Modified: python/trunk/Lib/test/test_lib2to3.py
==============================================================================
--- python/trunk/Lib/test/test_lib2to3.py	(original)
+++ python/trunk/Lib/test/test_lib2to3.py	Mon Nov  2 19:16:36 2009
@@ -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
 


More information about the Python-checkins mailing list