Commit d0c8ce2b authored by tarek's avatar tarek

use our own bootstrap script

--HG--
branch : distribute
extra : rebase_source : 66e9e71bc8bf8f48fce4bfb9f12c7103f5b5dd86
parent e370e840
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment