jebena / jebena-python-client

Simple Python Client for the Jebena API Server
Mozilla Public License 2.0
2 stars 1 forks source link

Python2 errors #12

Closed bretty-mcbrettface closed 3 years ago

bretty-mcbrettface commented 3 years ago

getting:

    except urllib.error.HTTPError as exc:  # noqa
NameError: global name 'urllib' is not defined
jpotter commented 3 years ago

Fixes!