diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-01 19:45:51 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-01 19:45:51 -0500 |
commit | 3ca95bfdfe8b4e68338f43de462e6b57e3fdf1a0 (patch) | |
tree | 6c1d8d2e3faba87f4676a36764655cf23eb9f3a1 /setuptools/command/install_scripts.py | |
parent | 404b7af74fb65299aa9c14e0e40541e3a4a68285 (diff) | |
download | python-setuptools-git-3ca95bfdfe8b4e68338f43de462e6b57e3fdf1a0.tar.gz |
Remove excess whitespace
Diffstat (limited to 'setuptools/command/install_scripts.py')
-rwxr-xr-x | setuptools/command/install_scripts.py | 1 |
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 - |