jonasstein / scanaerial

Fuzzy Select plugin for JOSM
44 stars 12 forks source link

Switch to Python 3 #27

Closed taranarmo closed 1 year ago

taranarmo commented 1 year ago

In 2019 I used futurize script to make code running under Python 3, finally I made more commits to consider @jonasstein's suggestion to use x * 1.0 / instead of old_div function. Also I replaced deprecated and deleted in Python 3.8 time.clock() with time.process_time() (for now in imports only).

jonasstein commented 1 year ago

good work, thank you