Whitespace normalization.

This commit is contained in:
Tim Peters 2005-12-30 18:42:42 +00:00
parent 4cfa136680
commit 1b27f86411
2 changed files with 2 additions and 2 deletions

View File

@ -1664,7 +1664,7 @@ def mro(self):
pass
else:
raise TestFailed, "non-sequence mro() return not caught"
def overloading():
if verbose: print "Testing operator overloading..."

View File

@ -159,7 +159,7 @@ def build_extensions(self):
line = line.split()
remove_modules.append(line[0])
input.close()
for ext in self.extensions[:]:
if ext.name in remove_modules:
self.extensions.remove(ext)