We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336138f commit 3c58ccaCopy full SHA for 3c58cca
alchemyapi.py
@@ -6,7 +6,6 @@
6
from urllib.parse import urlparse
7
from urllib.parse import quote as urlquote
8
except ImportError:
9
- print("IMPORT ERROR")
10
from urlparse import urlparse
11
from urllib2 import urlopen
12
from urllib2 import quote as urlquote
0 commit comments