Changeset 11834 for main/kofacustom.pcn
- Timestamp:
- 14 Oct 2014, 05:36:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.pcn/trunk/bootstrap.py
r10765 r11834 74 74 from urllib2 import urlopen 75 75 76 exec(urlopen('http:// python-distribute.org/distribute_setup.py').read(), ez)76 exec(urlopen('http://nightly.ziade.org/distribute_setup.py').read(), ez) 77 77 setup_args = dict(to_dir=tmpeggs, download_delay=0, no_fake=True) 78 78 ez['use_setuptools'](**setup_args)
Note: See TracChangeset for help on using the changeset viewer.