geometalab / osmaxx

OpenStreetMap Arbitrary Excerpt Export - Get the OpenStreetMap data you want in the file format you need
http://osmaxx.hsr.ch/
MIT License
26 stars 3 forks source link

partially revert dedc688 "remove old python2 style super calls" #810

Closed das-g closed 7 years ago

das-g commented 7 years ago

Zero-argument super() cannot be used in functions defined outside the class body. See https://www.python.org/dev/peps/pep-3135/#specification

connected to #781