]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 30 Dec 2005 18:42:42 +0000 (18:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 30 Dec 2005 18:42:42 +0000 (18:42 +0000)
Lib/test/test_descr.py
setup.py

index e954a0fb2aacb0aa82c3a0f636d3fbcaed2bf967..d6127662e2fd459b05cffdca62eb02bf9fc85ed2 100644 (file)
@@ -1664,7 +1664,7 @@ def altmro():
         pass
     else:
         raise TestFailed, "non-sequence mro() return not caught"
-        
+
 
 def overloading():
     if verbose: print "Testing operator overloading..."
index 795686665bb0296b43b19d4b1107067eb225adef..22f25308a6602bc271ff174aebacf60672ebd7cd 100644 (file)
--- 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)