]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: fix typo in name of download base for bootstrapping setuptools
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Dec 2007 23:16:30 +0000 (16:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Dec 2007 23:16:30 +0000 (16:16 -0700)
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)