aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-04 15:59:22 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-04 15:59:22 -0500
commitaabff23148950b34d1f956e7d5a63c6cd098662e (patch)
treed2272ea12fad25a7eb66c394d7cb860b3a331244 /setuptools/command
parentd7cb597b9697e11d3f13e46d6af787ffc82571d5 (diff)
downloadexternal_python_setuptools-aabff23148950b34d1f956e7d5a63c6cd098662e.tar.gz
external_python_setuptools-aabff23148950b34d1f956e7d5a63c6cd098662e.tar.bz2
external_python_setuptools-aabff23148950b34d1f956e7d5a63c6cd098662e.zip
Move trailing comment
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/easy_install.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index d5d518de..e52b4736 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -918,7 +918,8 @@ Please make the appropriate changes for your system and try again.
f.write('%s: %s\n' % (k.replace('_', '-').title(), v))
f.close()
script_dir = os.path.join(_egg_info, 'scripts')
- self.delete_blockers( # delete entry-point scripts to avoid duping
+ # delete entry-point scripts to avoid duping
+ self.delete_blockers(
[os.path.join(script_dir, args[0]) for args in
get_script_args(dist)]
)