From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 30 Sep 2008 20:05:02 +0000 (-0700)
Subject: setup: change ez_setup.py to install setuptools-0.6c9
X-Git-Url: https://git.rkrishnan.org/specifications/vdrive/flags/something?a=commitdiff_plain;h=ce42244382e5949e6b42e7e4699da89e1a6ab324;p=tahoe-lafs%2Ftahoe-lafs.git

setup: change ez_setup.py to install setuptools-0.6c9
---

diff --git a/ez_setup.py b/ez_setup.py
index e050dcd7..cbef0d49 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -14,12 +14,12 @@ the appropriate options to ``use_setuptools()``.
 This file can also be run as a script to install or upgrade setuptools.
 """
 import os, sys
-DEFAULT_VERSION = "0.6c8"
+DEFAULT_VERSION = "0.6c9"
 DEFAULT_DIR     = "misc/dependencies/"
 DEFAULT_URL     = "file:"+DEFAULT_DIR
 
 md5_data = {
-    'setuptools-0.6c8.egg': '0f52a78daffb0efaa02e870bbbbca2fe',
+    'setuptools-0.6c9.egg': '0cdaee854b7b4cf43322ea3f9b902190',
 }
 
 import sys, os