diff options
| author | tarek <none@none> | 2009-08-08 21:14:26 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-08 21:14:26 +0200 |
| commit | c2477907434d9c77b60bf662864680ef74a2aef7 (patch) | |
| tree | 65edd9fbce3d8a3dc4f88b925b0c03c234740786 /buildout/bootstrap.py | |
| parent | 96f2536dcc1056dffa72f0877f1683b6633440f0 (diff) | |
| download | python-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.py | 2 |
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: |
