From 44f68c55a993be5825c588f9ecb31aa0cfc67dbf Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 30 Apr 2007 11:16:47 -0700
Subject: [PATCH] zfec: see if we can get by with the version of setuptools
 that comes with Ubuntu 6.06 Dapper

---
 src/zfec/ez_setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zfec/ez_setup.py b/src/zfec/ez_setup.py
index 73a2d24a..1f126190 100644
--- a/src/zfec/ez_setup.py
+++ b/src/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 = {
-- 
2.45.2