We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63f83a commit dcfcfbaCopy full SHA for dcfcfba
shotgun_api3/lib/httplib2/README.md
@@ -0,0 +1,5 @@
1
+Currently this library is pulled from a fork of httplib2 (https://github.com/shotgunsoftware/httplib2)
2
+
3
+The reason for the fork is to make a minor fix to the imports that was causing IronPython2.7 ImportErrors.
4
5
+The fix has been submitted to httplib2 repo and already merged so this will likely not be necessary as soon as httplib2 is next released. (>v0.17.2)
shotgun_api3/lib/httplib2/python2/__init__.py
@@ -122,7 +122,7 @@ def _ssl_wrap_socket_unsupported(
122
_ssl_wrap_socket=_ssl_wrap_socket_unsupported
123
124
ifsys.version_info>= (2, 3):
125
-fromiri2uriimportiri2uri
+from.iri2uriimportiri2uri
126
else:
127
128
defiri2uri(uri):
0 commit comments