aboutsummaryrefslogtreecommitdiffstats
path: root/buildout/bootstrap.py
diff options
context:
space:
mode:
authortarek <none@none>2009-08-09 01:43:15 +0200
committertarek <none@none>2009-08-09 01:43:15 +0200
commit031c1dd0bd48d1dda9d83cb135d96b7e92f2089e (patch)
tree55cdabeb3e41b32da6553372a85327601311feb0 /buildout/bootstrap.py
parent7f6c43f1b2b82323746457aba0bc2d67278fa9a5 (diff)
downloadexternal_python_setuptools-031c1dd0bd48d1dda9d83cb135d96b7e92f2089e.tar.gz
external_python_setuptools-031c1dd0bd48d1dda9d83cb135d96b7e92f2089e.tar.bz2
external_python_setuptools-031c1dd0bd48d1dda9d83cb135d96b7e92f2089e.zip
bitbucket.org bug on download files (cant update them) -> switching the bootstrap.py file to ziade.org
--HG-- branch : distribute extra : rebase_source : 51abe57834c93614cb579fe42448d1bdcd0c5f78
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 caacf081..d1e69381 100644
--- a/buildout/bootstrap.py
+++ b/buildout/bootstrap.py
@@ -34,7 +34,7 @@ try:
raise ImportError
except ImportError:
ez = {}
- exec urllib2.urlopen('http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py'
+ exec urllib2.urlopen('http://nightly.ziade.org/distribute_setup.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
if to_reload: