diff options
author | PJ Eby <distutils-sig@python.org> | 2005-05-29 00:18:25 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-05-29 00:18:25 +0000 |
commit | 2c97d740756c345ac34fec9c547de07c113082d3 (patch) | |
tree | 26a791a8ca2c46082afd4853a4f5c6141935e75d | |
parent | d332c4c3c3eb7d65140f2094a36fdf9a1f2c254a (diff) | |
download | external_python_setuptools-2c97d740756c345ac34fec9c547de07c113082d3.tar.gz external_python_setuptools-2c97d740756c345ac34fec9c547de07c113082d3.tar.bz2 external_python_setuptools-2c97d740756c345ac34fec9c547de07c113082d3.zip |
Remove exemaker spew from easy_install.py
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041018
-rwxr-xr-x | easy_install.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/easy_install.py b/easy_install.py index 0b12ef68..e88c0525 100755 --- a/easy_install.py +++ b/easy_install.py @@ -1,6 +1,3 @@ -#!python.exe -import site - #!python """\ Easy Install |