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. ...@@ -51,7 +51,7 @@ your choice.
If your shell has the `wget` program you can do:: 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 $ python distribute_setup.py
easy_install or pip easy_install or pip
......
...@@ -34,7 +34,7 @@ try: ...@@ -34,7 +34,7 @@ try:
raise ImportError raise ImportError
except ImportError: except ImportError:
ez = {} 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 ).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0) ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
if to_reload: if to_reload:
......
...@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will ...@@ -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 automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed. 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: 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