Commit 1b27f864 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 4cfa1366
......@@ -1664,7 +1664,7 @@ def altmro():
pass
else:
raise TestFailed, "non-sequence mro() return not caught"
def overloading():
if verbose: print "Testing operator overloading..."
......
......@@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
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)
......
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