summaryrefslogtreecommitdiff
path: root/setuptools/command/install_scripts.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-01 19:45:51 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-03-01 19:45:51 -0500
commit3ca95bfdfe8b4e68338f43de462e6b57e3fdf1a0 (patch)
tree6c1d8d2e3faba87f4676a36764655cf23eb9f3a1 /setuptools/command/install_scripts.py
parent404b7af74fb65299aa9c14e0e40541e3a4a68285 (diff)
downloadpython-setuptools-git-3ca95bfdfe8b4e68338f43de462e6b57e3fdf1a0.tar.gz
Remove excess whitespace
Diffstat (limited to 'setuptools/command/install_scripts.py')
-rwxr-xr-xsetuptools/command/install_scripts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/install_scripts.py b/setuptools/command/install_scripts.py
index 105dabca..1c6cc51d 100755
--- a/setuptools/command/install_scripts.py
+++ b/setuptools/command/install_scripts.py
@@ -51,4 +51,3 @@ class install_scripts(_install_scripts):
f.write(contents)
f.close()
chmod(target, 0x1FF-mask) # 0777
-