shebang /usr/bin/env python in ez_setup.py

This makes it so that "./ez_setup.py" works on more platforms.
This commit is contained in:
Zooko O'Whielacronx 2007-08-08 14:37:40 -07:00
parent 13c18a06d9
commit c367dfed5c

View File

@ -1,4 +1,4 @@
#!python
#!/usr/bin/env python
"""Bootstrap setuptools installation
If you want to use setuptools in your package's setup.py, just include this