Commit 38ff36c4 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent cea4bf09
...@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr): ...@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
class ProcessTestCase(unittest.TestCase): class ProcessTestCase(unittest.TestCase):
def setUp(self): def setUp(self):
# Try to minimize the number of children we have so this test # Try to minimize the number of children we have so this test
# doesn't crash on some buildbots (Alphas in particular). # doesn't crash on some buildbots (Alphas in particular).
test_support.reap_children() test_support.reap_children()
def tearDown(self): def tearDown(self):
# Try to minimize the number of children we have so this test # Try to minimize the number of children we have so this test
# doesn't crash on some buildbots (Alphas in particular). # doesn't crash on some buildbots (Alphas in particular).
test_support.reap_children() test_support.reap_children()
def mkstemp(self): def mkstemp(self):
......
...@@ -653,7 +653,7 @@ class PyBuildExt(build_ext): ...@@ -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))
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 = {} db_ver_inc_map = {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment