Changeset 286:b12d8212af08

Show
Ignore:
Timestamp:
10/01/12 23:42:28 (4 months ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

updated to 0.6.24 version of distribute_setup.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • distribute_setup.py

    r173 r286  
    4747        return os.spawnl(os.P_WAIT, sys.executable, *args) == 0 
    4848 
    49 DEFAULT_VERSION = "0.6.14" 
     49DEFAULT_VERSION = "0.6.24" 
    5050DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/" 
    5151SETUPTOOLS_FAKED_VERSION = "0.6c11"