Changeset 11834 for main/kofacustom.pcn


Ignore:
Timestamp:
14 Oct 2014, 05:36:34 (10 years ago)
Author:
Henrik Bettermann
Message:

python-distribute.org is down. Use another URL instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.pcn/trunk/bootstrap.py

    r10765 r11834  
    7474        from urllib2 import urlopen
    7575
    76     exec(urlopen('http://python-distribute.org/distribute_setup.py').read(), ez)
     76    exec(urlopen('http://nightly.ziade.org/distribute_setup.py').read(), ez)
    7777    setup_args = dict(to_dir=tmpeggs, download_delay=0, no_fake=True)
    7878    ez['use_setuptools'](**setup_args)
Note: See TracChangeset for help on using the changeset viewer.