mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
360 stars 89 forks source link

debug does not work with py3 #72

Closed mvexel closed 7 years ago

mvexel commented 7 years ago

debug gives error because httplib is py2 only.