From: Zooko O'Whielacronx zooko@zooko.com <zooko@zooko.com>
Date: Mon, 30 Apr 2007 18:16:47 +0000 (+0530)
Subject: zfec: see if we can get by with the version of setuptools that comes with Ubuntu... 
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/flags/simplejson/(%5B%5E?a=commitdiff_plain;h=04bb65f5c8a72fe320631e979f9f8e1211fb89bd;p=tahoe-lafs%2Fzfec.git

zfec: see if we can get by with the version of setuptools that comes with Ubuntu 6.06 Dapper

darcs-hash:9eee3b35ff5a90b65499a190bdee2c788237b2a7
---

diff --git a/zfec/ez_setup.py b/zfec/ez_setup.py
index 73a2d24..1f12619 100755
--- a/zfec/ez_setup.py
+++ b/zfec/ez_setup.py
@@ -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 = {