nickrsan / usgs-api

0 stars 0 forks source link

urllib2 not available in python 3 #3

Open nickrsan opened 8 years ago

nickrsan commented 8 years ago

Original report by Anonymous.


Would be nice if usgs-api could be used in python 3.

nickrsan commented 8 years ago

Original comment by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


Hi - I'll see if someone can take a crack at that - it should be an easy fix to make cross-version compatibility by migrating that import to six.moves.urllib - if you feel like trying a pull request to make that fix, be my guest! Thanks for reporting the bug - I'll see if someone here can handle that.