summaryrefslogtreecommitdiffstats
path: root/Mac/BuildScript/build-installer.py
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 /Mac/BuildScript/build-installer.py
parent79665b1403c57f7a546227f74c8900e960012a6a (diff)
downloadcpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.zip
cpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.tar.gz
cpython-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Mac/BuildScript/build-installer.py')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
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):