summaryrefslogtreecommitdiffstats
path: root/third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py')
-rw-r--r--third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py b/third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py
index 11524d400b..264d564dbd 100644
--- a/third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py
+++ b/third_party/python/urllib3/urllib3/contrib/_securetransport/bindings.py
@@ -48,7 +48,7 @@ from ctypes import (
)
from ctypes.util import find_library
-from urllib3.packages.six import raise_from
+from ...packages.six import raise_from
if platform.system() != "Darwin":
raise ImportError("Only macOS is supported")