setup: fix typo in name of download base for bootstrapping setuptools

This commit is contained in:
Zooko O'Whielacronx 2007-12-20 16:16:30 -07:00
parent 6809fa659e
commit 3028defb7e

View File

@ -33,7 +33,7 @@ else:
# breaks inside older setuptools' sandboxing. 0.6c4 is the first
# version which fixed this problem.
min_version='0.6c4'
downloadbase = os.path.join('misc', 'dependencies')+os.path.sep
download_base = os.path.join('misc', 'dependencies')+os.path.sep
use_setuptools(min_version=min_version,
download_base=download_base,
download_delay=0)