diff options
author | tarek <none@none> | 2009-07-22 17:06:50 +0200 |
---|---|---|
committer | tarek <none@none> | 2009-07-22 17:06:50 +0200 |
commit | 25cd11318c2884aa281941d1e0526d9b063a69a6 (patch) | |
tree | 95eba33fbd9f299448433fd1c000f09251cc872e /setup.py | |
parent | fed48908d94950852993e46db8b469ecf9094618 (diff) | |
download | external_python_setuptools-25cd11318c2884aa281941d1e0526d9b063a69a6.tar.gz external_python_setuptools-25cd11318c2884aa281941d1e0526d9b063a69a6.tar.bz2 external_python_setuptools-25cd11318c2884aa281941d1e0526d9b063a69a6.zip |
using boostrap.py name for ez_setup.py because that is what it is
--HG--
branch : distribute
extra : rebase_source : 2398b9d16b2cda1f2c20c6eff792f49fb59c8cbd
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ scripts = [] # if we are installing Distribute using "python setup.py install" # we need to get setuptools out of the way if 'install' in sys.argv[1:]: - from ez_setup import fake_setuptools + from bootstrap import fake_setuptools fake_setuptools() setup( |