Commit 1a71998f authored by PJ Eby's avatar PJ Eby

Fix another typo

--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041244
parent 9eb3e52f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment