SciLifeLab / genologics

Python interface to the GenoLogics LIMS server via its REST API.
MIT License
29 stars 42 forks source link

Remove deprecated function and update code to be compatible with py3.9 #237

Closed aanil closed 1 year ago

aanil commented 1 year ago

Element.getchildren has been deprecated in py3.2 and completely removed in py3.9. This applies the suggested fix. https://bugs.python.org/issue29209