Closed memilanuk closed 9 years ago
urllib import as originally shown fails, using Miniconda 2.7.9.
ImportError: No module named request
Your change only works on Python 2.x. I have updated the code, so that it works both, for 2.x and 3.x.
Thanks!
urllib import as originally shown fails, using Miniconda 2.7.9.
ImportError: No module named request