projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd01522
)
setup: change ez_setup.py to install setuptools-0.6c9
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 30 Sep 2008 20:05:02 +0000
(13:05 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 30 Sep 2008 20:05:02 +0000
(13:05 -0700)
ez_setup.py
patch
|
blob
|
history
diff --git
a/ez_setup.py
b/ez_setup.py
index e050dcd7bfd7f8207dabe8373048fcbd8729f08e..cbef0d497621908027ab8f375e468e7eb228fa99 100644
(file)
--- 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.6c
8
"
+DEFAULT_VERSION = "0.6c
9
"
DEFAULT_DIR = "misc/dependencies/"
DEFAULT_URL = "file:"+DEFAULT_DIR
md5_data = {
- 'setuptools-0.6c
8.egg': '0f52a78daffb0efaa02e870bbbbca2fe
',
+ 'setuptools-0.6c
9.egg': '0cdaee854b7b4cf43322ea3f9b902190
',
}
import sys, os