diff options
Diffstat (limited to 'buildout/bootstrap.py')
-rw-r--r-- | buildout/bootstrap.py | 2 |
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: |