diff options
author | Jannis Leidel <jannis@leidel.info> | 2012-03-13 23:42:03 -0700 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2012-03-13 23:42:03 -0700 |
commit | 6d9725a0bfd4070f62c3fd148e604018ef229d5e (patch) | |
tree | 75a98d04987c9f82c6100bfdead09ca4ad541bac /pip/commands/search.py | |
parent | d8cfa877c5ddc2ff1adce76dd2fd0778943edba6 (diff) | |
download | pip-feature/ssl-mirror-requests.tar.gz |
Adopted requests and added pep381 verification.feature/ssl-mirror-requests
Diffstat (limited to 'pip/commands/search.py')
-rw-r--r-- | pip/commands/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/commands/search.py b/pip/commands/search.py index 9f287e594..0e72ab364 100644 --- a/pip/commands/search.py +++ b/pip/commands/search.py @@ -22,7 +22,7 @@ class SearchCommand(Command): '--index', dest='index', metavar='URL', - default='http://pypi.python.org/pypi', + default='https://pypi.python.org/pypi', help='Base URL of Python Package Index (default %default)') def run(self, options, args): |