linz / gazetteer

New Zealand Gazetteer of official place names
http://www.linz.govt.nz/regulatory/place-names/find-name/new-zealand-gazetteer-official-geographic-names/new-zealand-gazetteer-search-place-names#zoom=0&lat=-41.14127&lon=172.5&layers=BTTT
Other
2 stars 2 forks source link

remove __future__ imports #102

Closed SPlanzer closed 4 years ago

SPlanzer commented 4 years ago

the qgis2>3 utility added many future imports.

future allows you to use a single clean Python3 compatible codebase to support both Python 2 and Python 3. There is no need for this in out case as we will not be supporting QGIS2.

This should therefore be removed to provide a cleaner python3 code base.