diff options
-rw-r--r-- | Lib/test/test_descr.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index e954a0f..d612766 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -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) |