summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildout/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout/bootstrap.py b/buildout/bootstrap.py
index a0dbf130..acd1e90f 100644
--- a/buildout/bootstrap.py
+++ b/buildout/bootstrap.py
@@ -30,7 +30,7 @@ try:
import pkg_resources
except ImportError:
ez = {}
- exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
+ exec urllib2.urlopen('http://nightly.ziade.org/bootstraping.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)