diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-04-04 19:48:02 +0200 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-04-04 19:48:02 +0200 |
| commit | ae35f60ce306a6446e4dbd535be8a213779cd91e (patch) | |
| tree | a8967010d21f8307957a01981a9cc1a60f7e4295 /bin | |
| parent | 281d207bb50a5f7e372594fc8431ed76e8c4597c (diff) | |
| download | virtualenv-ae35f60ce306a6446e4dbd535be8a213779cd91e.tar.gz | |
Updated URL to pip support file.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/refresh-support-files.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/refresh-support-files.py b/bin/refresh-support-files.py index 27f1b6e..06b17ca 100755 --- a/bin/refresh-support-files.py +++ b/bin/refresh-support-files.py @@ -20,7 +20,7 @@ files = [ ('http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c11-py2.4.egg', 'setuptools-0.6c11-py2.4.egg'), ('http://python-distribute.org/distribute_setup.py', 'distribute_setup.py'), ('http://pypi.python.org/packages/source/d/distribute/distribute-0.6.15.tar.gz', 'distribute-0.6.15.tar.gz'), - ('http://pypi.python.org/packages/source/p/pip/pip-0.8.2.tar.gz', 'pip-0.8.2.tar.gz'), + ('http://pypi.python.org/packages/source/p/pip/pip-1.0.tar.gz', 'pip-1.0.tar.gz'), ] def main(): |
