projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6809fa6
)
setup: fix typo in name of download base for bootstrapping setuptools
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Dec 2007 23:16:30 +0000
(16:16 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Dec 2007 23:16:30 +0000
(16:16 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index f0a45fe6b7a38ddcc30bc451ccfd8a6a486fcbc3..ae0ec35c36565f3d137b099754c1f7539770ee37 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-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)