Kaydet (Commit) 1b27f864 authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 4cfa1366
...@@ -1664,7 +1664,7 @@ def altmro(): ...@@ -1664,7 +1664,7 @@ def altmro():
pass pass
else: else:
raise TestFailed, "non-sequence mro() return not caught" raise TestFailed, "non-sequence mro() return not caught"
def overloading(): def overloading():
if verbose: print "Testing operator overloading..." if verbose: print "Testing operator overloading..."
......
...@@ -159,7 +159,7 @@ class PyBuildExt(build_ext): ...@@ -159,7 +159,7 @@ class PyBuildExt(build_ext):
line = line.split() line = line.split()
remove_modules.append(line[0]) remove_modules.append(line[0])
input.close() input.close()
for ext in self.extensions[:]: for ext in self.extensions[:]:
if ext.name in remove_modules: if ext.name in remove_modules:
self.extensions.remove(ext) 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