diff options
| author | tarek <none@none> | 2009-08-04 19:23:57 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-08-04 19:23:57 +0200 |
| commit | d0c8ce2bb66038012426e16fdfbb090ffef28954 (patch) | |
| tree | 6cf6bd2c8280fe79100f1ea1d7ae05c713027a48 | |
| parent | e370e840a4b7c872e5b60824904059f39beb2745 (diff) | |
| download | python-setuptools-git-d0c8ce2bb66038012426e16fdfbb090ffef28954.tar.gz | |
use our own bootstrap script
--HG--
branch : distribute
extra : rebase_source : 66e9e71bc8bf8f48fce4bfb9f12c7103f5b5dd86
| -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 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) |
