summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-07-29 16:43:19 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-07-29 18:32:22 +0530
commitabfe92838588224299b077237b935ae1a3643ecf (patch)
tree1e4f684556932442d0d5436c550f44f9da996f09 /tasks
parent4fc697847ad0e1b04673184a1dac845bfd0a66ac (diff)
downloadpip-abfe92838588224299b077237b935ae1a3643ecf.tar.gz
Update the vendored requests for the moved compat module
Diffstat (limited to 'tasks')
-rw-r--r--tasks/vendoring/patches/requests.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/vendoring/patches/requests.patch b/tasks/vendoring/patches/requests.patch
index ceee9e833..75bf25ab2 100644
--- a/tasks/vendoring/patches/requests.patch
+++ b/tasks/vendoring/patches/requests.patch
@@ -37,7 +37,7 @@ index 9c3b769..36a4ef40 100644
- _check_cryptography(cryptography_version)
-except ImportError:
- pass
-+from pip._internal.compat import WINDOWS
++from pip._internal.utils.compat import WINDOWS
+if not WINDOWS:
+ try:
+ from pip._vendor.urllib3.contrib import pyopenssl