We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b0272 commit a856866Copy full SHA for a856866
1 file changed
coinbase/__init__.py
@@ -41,7 +41,7 @@
41
oauth2_supported = False
42
43
try:
44
- from urllib import urlsplit, urlunsplit, quote
+ from urllib.parse import urlsplit, urlunsplit, quote
45
except ImportError:
46
from urllib import quote
47
from urlparse import urlsplit, urlunsplit
0 commit comments