]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
zfec: see if we can get by with the version of setuptools that comes with Ubuntu...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 18:16:47 +0000 (11:16 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 30 Apr 2007 18:16:47 +0000 (11:16 -0700)
src/zfec/ez_setup.py

index 73a2d24ad58ac98d09d862ef3be2a98474e037c0..1f126190d88f24a4493ed0b8f76cee2b32a20a81 100644 (file)
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c3"
+DEFAULT_VERSION = "0.6a9"
 DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
 
 md5_data = {