Commit 72f0285d authored by Jannis Leidel's avatar Jannis Leidel

Updated bootstrapper to 0.6.14.

--HG--
branch : distribute
extra : rebase_source : 2d0c527df431d597a265a5e3311c64560099ef38
parent 1e31cb66
......@@ -46,7 +46,7 @@ except ImportError:
args = [quote(arg) for arg in args]
return os.spawnl(os.P_WAIT, sys.executable, *args) == 0
DEFAULT_VERSION = "0.6.13"
DEFAULT_VERSION = "0.6.14"
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"
SETUPTOOLS_FAKED_VERSION = "0.6c11"
......
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