diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 22:02:56 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-04 22:02:56 -0500 |
commit | ab6887a55394c77982212c058c59addeb77736f7 (patch) | |
tree | dfb2ee7f3f817cb5fabf732fc09f29daa331a97b /setuptools/command/easy_install.py | |
parent | 126d971737a7b0fc89b0b84c2b48f6fd139df729 (diff) | |
download | external_python_setuptools-ab6887a55394c77982212c058c59addeb77736f7.tar.gz external_python_setuptools-ab6887a55394c77982212c058c59addeb77736f7.tar.bz2 external_python_setuptools-ab6887a55394c77982212c058c59addeb77736f7.zip |
Remove redundant line
Diffstat (limited to 'setuptools/command/easy_install.py')
-rwxr-xr-x | setuptools/command/easy_install.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 7f8a9800..0b24c8e3 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -1969,7 +1969,6 @@ class ScriptWriter(object): def get_script_args(cls, dist, executable=None, wininst=False): # for backward compatibility warnings.warn("Use get_args", DeprecationWarning) - executable = executable or CommandSpec.launcher writer = cls.get_writer(wininst) header = cls.get_script_header("", executable, wininst) return writer.get_args(dist, header) |