diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-09-07 15:57:04 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-09-07 15:57:04 -0400 |
commit | 8e5e54a9f3997f291f7aa6e79cb0f444e675e630 (patch) | |
tree | d572089cbce653852b4291c5fc57a4f79030f9f9 /bin | |
parent | 4c5b935708acdcb7373dd1bb6161e1aec596575e (diff) | |
download | openwrt-repro-8e5e54a9f3997f291f7aa6e79cb0f444e675e630.tar.gz openwrt-repro-8e5e54a9f3997f291f7aa6e79cb0f444e675e630.zip |
various changes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ez_setup.py b/bin/ez_setup.py index 1ff1d3e..6d76468 100755 --- a/bin/ez_setup.py +++ b/bin/ez_setup.py @@ -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 |