From: Tim Peters Date: Fri, 30 Jun 2006 06:18:39 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38ff36c4ccde02b104553ef1ed979c1261196b48;p=python Whitespace normalization. --- diff --git a/Lib/test/test_subprocess.py b/Lib/test/test_subprocess.py index b4e6c00d2e..91257a7996 100644 --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py @@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr): class ProcessTestCase(unittest.TestCase): def setUp(self): - # Try to minimize the number of children we have so this test - # doesn't crash on some buildbots (Alphas in particular). + # Try to minimize the number of children we have so this test + # doesn't crash on some buildbots (Alphas in particular). test_support.reap_children() def tearDown(self): - # Try to minimize the number of children we have so this test - # doesn't crash on some buildbots (Alphas in particular). + # Try to minimize the number of children we have so this test + # doesn't crash on some buildbots (Alphas in particular). test_support.reap_children() def mkstemp(self): diff --git a/setup.py b/setup.py index 0c361848e3..0feb4843a0 100644 --- a/setup.py +++ b/setup.py @@ -653,7 +653,7 @@ class PyBuildExt(build_ext): std_variants.append(os.path.join(dn, "db3%d"%x)) std_variants.append(os.path.join(dn, "db3.%d"%x)) - db_inc_paths = std_variants + db_inc_paths + db_inc_paths = std_variants + db_inc_paths db_ver_inc_map = {}