nengo / nengo-extras

Extra utilities and add-ons for Nengo
https://www.nengo.ai/nengo-extras
Other
5 stars 8 forks source link

Fix urlretrieve import in Py3 #62

Closed tbekolay closed 6 years ago

tbekolay commented 6 years ago

Just ran into this using nengo_extras in Python 3. The issue is that urllib does not import the request submodule by default, so you have to explicitly do from urllib.request.