From: Benjamin Peterson Date: Mon, 2 Nov 2009 18:16:36 +0000 (+0000) Subject: add space X-Git-Tag: v2.7a1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd;p=python add space --- 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