aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-03 07:40:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-03 07:40:44 -0400
commit40f81af021b899b76b96eef52bf020c2348e1aea (patch)
tree686f149b09ed19671d7712b45256cb719727bc94 /setuptools/command/easy_install.py
parent194ae0ee00f16cf6a30202ef1f35237f730f4b21 (diff)
downloadexternal_python_setuptools-40f81af021b899b76b96eef52bf020c2348e1aea.tar.gz
external_python_setuptools-40f81af021b899b76b96eef52bf020c2348e1aea.tar.bz2
external_python_setuptools-40f81af021b899b76b96eef52bf020c2348e1aea.zip
Remove shebang. Fixes #2076.
Diffstat (limited to 'setuptools/command/easy_install.py')
-rw-r--r--setuptools/command/easy_install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 64ff0457..5a9576ff 100644
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""
Easy Install
------------