summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-10-18 05:09:12 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-10-18 05:09:12 (GMT)
commitef3f32f96561bfae0e05bd34829fc64e23e10a3c (patch)
tree9c9d1ad04aef2fac8f1e372f415191c769031e5a
parent79665b1403c57f7a546227f74c8900e960012a6a (diff)
downloadcpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.zip
cpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.tar.gz
cpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.tar.bz2
Whitespace normalization.
-rw-r--r--Lib/distutils/unixccompiler.py2
-rw-r--r--Lib/test/test_import.py4
-rwxr-xr-xMac/BuildScript/build-installer.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index d1fd1d9..75e8a53 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -82,7 +82,7 @@ def _darwin_compiler_fixup(compiler_so, cc_args):
except ValueError:
pass
- # Check if the SDK that is used during compilation actually exists,
+ # Check if the SDK that is used during compilation actually exists,
# the universal build requires the usage of a universal SDK and not all
# users have that installed by default.
sysroot = None
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py
index b037456..462e266 100644
--- a/Lib/test/test_import.py
+++ b/Lib/test/test_import.py
@@ -18,7 +18,7 @@ def remove_files(name):
class ImportTest(unittest.TestCase):
-
+
def testCaseSensitivity(self):
# Brief digression to test that import is case-sensitive: if we got this
# far, we know for sure that "random" exists.
@@ -56,7 +56,7 @@ class ImportTest(unittest.TestCase):
mod = __import__(TESTFN)
except ImportError, err:
self.fail("import from %s failed: %s" % (ext, err))
-
+
self.assertEquals(mod.a, a,
"module loaded (%s) but contents invalid" % mod)
self.assertEquals(mod.b, b,
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 69241d2..4d7fa8c 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -664,7 +664,7 @@ def buildPython():
for dn in dirnames:
os.chmod(os.path.join(dirpath, dn), 0775)
os.chown(os.path.join(dirpath, dn), -1, gid)
-
+
for fn in filenames:
if os.path.islink(fn):