Whitespace normalization.

This commit is contained in:
Tim Peters 2006-06-30 06:18:39 +00:00
parent cea4bf092d
commit 38ff36c4cc
2 changed files with 5 additions and 5 deletions

View File

@ -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):

View File

@ -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 = {}