mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
367 stars 90 forks source link

Added correct import for python 3 #62

Closed lwatt closed 8 years ago

lwatt commented 8 years ago

For issue #53, hopefully should import http.client if httplib can't be found (the user is using Python 3)

lwatt commented 8 years ago

Failed Travis CI tests due to timeouts