summaryrefslogtreecommitdiff
path: root/buildout/bootstrap.py
diff options
context:
space:
mode:
authortarek <none@none>2009-08-08 21:14:26 +0200
committertarek <none@none>2009-08-08 21:14:26 +0200
commitc2477907434d9c77b60bf662864680ef74a2aef7 (patch)
tree65edd9fbce3d8a3dc4f88b925b0c03c234740786 /buildout/bootstrap.py
parent96f2536dcc1056dffa72f0877f1683b6633440f0 (diff)
downloadpython-setuptools-git-c2477907434d9c77b60bf662864680ef74a2aef7.tar.gz
removed ziade.org references. will use PyPI for eggs, and bitbucket.org for the bootstrap file
--HG-- branch : distribute extra : rebase_source : d73bb1ff47c9be9c7189d537410dc58bbf2e4f0d
Diffstat (limited to 'buildout/bootstrap.py')
-rw-r--r--buildout/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout/bootstrap.py b/buildout/bootstrap.py
index a0afe9d0..caacf081 100644
--- a/buildout/bootstrap.py
+++ b/buildout/bootstrap.py
@@ -34,7 +34,7 @@ try:
raise ImportError
except ImportError:
ez = {}
- exec urllib2.urlopen('http://nightly.ziade.org/bootstraping.py'
+ exec urllib2.urlopen('http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
if to_reload: