diff options
-rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 674138d3..e7440aa9 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -150,7 +150,7 @@ def main(argv, version=DEFAULT_VERSION): from setuptools.command.easy_install import main except ImportError: from easy_install import main - main(list(argv)+[req]) + main(list(argv)+[download_setuptools()]) sys.exit(0) # try to force an exit else: if argv: |