summaryrefslogtreecommitdiff
path: root/pip/commands/search.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2012-03-13 23:42:03 -0700
committerJannis Leidel <jannis@leidel.info>2012-03-13 23:42:03 -0700
commit6d9725a0bfd4070f62c3fd148e604018ef229d5e (patch)
tree75a98d04987c9f82c6100bfdead09ca4ad541bac /pip/commands/search.py
parentd8cfa877c5ddc2ff1adce76dd2fd0778943edba6 (diff)
downloadpip-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.py2
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):