grst / geos

Google Earth Overlay Server - display map overlays in Google Earth
https://grst.github.io/geos
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Fixes Python 3.9 incompatability #43

Closed cauldnz closed 1 year ago

cauldnz commented 1 year ago

Removes use of getchildren() call which is deprecated in Python3.9 per https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

Now uses iteration.

Resolves issue #42