summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-09-14 16:45:07 +0000
committerPJ Eby <distutils-sig@python.org>2005-09-14 16:45:07 +0000
commit1a71998f7681e78ba65ecd741a82974fedc054e7 (patch)
treeef892b8b4592db2e691b2a8b79f86e157eef04d4
parent9eb3e52f30d11be2a7b0389273ff53f107ee3336 (diff)
downloadpython-setuptools-git-1a71998f7681e78ba65ecd741a82974fedc054e7.tar.gz
Fix another typo
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041244
-rwxr-xr-xez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 65bf572b..4c6893f5 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -69,7 +69,7 @@ def use_setuptools(
)
sys.exit(2)
except ImportError:
- egg = download_setuptools(version, download_base, to_dir, dl_delay)
+ egg = download_setuptools(version, download_base, to_dir, download_delay)
sys.path.insert(0, egg)
import setuptools; setuptools.bootstrap_install_from = egg