Commit 031c1dd0 authored by tarek's avatar tarek

bitbucket.org bug on download files (cant update them) -> switching the...

bitbucket.org bug on download files (cant update them) -> switching the bootstrap.py file to ziade.org

--HG--
branch : distribute
extra : rebase_source : 51abe57834c93614cb579fe42448d1bdcd0c5f78
parent 7f6c43f1
......@@ -51,7 +51,7 @@ your choice.
If your shell has the `wget` program you can do::
$ wget http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py
$ wget http://nightly.ziade.org/distribute_setup.py
$ python distribute_setup.py
easy_install or pip
......
......@@ -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:
......
......@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.
.. _bootstrap module: http://cdn.bitbucket.org/tarek/distribute/downloads/distribute_setup.py
.. _bootstrap module: http://nightly.ziade.org/distribute_setup.py
Feature Highlights:
......
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