[Python-modules-commits] [python-pip] 02/14: Revert to old wheels directory.

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 29 15:52:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch dirtbike
in repository python-pip.

commit eb83ea77ba6d080110626f11c4c5a1550a96d2f1
Author: Barry Warsaw <barry at python.org>
Date:   Mon Jan 25 16:51:42 2016 -0500

    Revert to old wheels directory.
---
 pip/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pip/__init__.py b/pip/__init__.py
index b654adf..f48172b 100755
--- a/pip/__init__.py
+++ b/pip/__init__.py
@@ -58,7 +58,7 @@ else:
 if in_venv:
     wheel_dir = os.path.join(sys.prefix, 'lib', 'python-wheels')
 else:
-    wheel_dir = '/usr/share/python-pip-common/wheels'
+    wheel_dir = '/usr/share/python-wheels'
 
 # We'll add all the wheels we find to the front of sys.path so that they're
 # found first, even if the same dependencies are available in site-packages.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pip.git



More information about the Python-modules-commits mailing list