From aed6c4556c6c3e3c6e117bb34a175fd243dfb4bd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 2 Nov 2009 18:16:36 +0000 Subject: [PATCH] add space --- Lib/test/test_lib2to3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0