From: Tim Peters Date: Fri, 30 Dec 2005 18:42:42 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5a0~925 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b27f86411f2593fe6137c54143c0d23f21271c7;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index e954a0fb2aac..d6127662e2fd 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..." diff --git a/setup.py b/setup.py index 795686665bb0..22f25308a660 100644 --- a/setup.py +++ b/setup.py @@ -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)