CiscoUcs / imcsdk

Python SDK for Cisco IMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.9 Support - Element.getchildren

camrossi opened this issue · comments

As per https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren
the Element.getchildren method has been removed from Python 3.9

imcsdk uses it and is not working anymore with Python 3.9

Python 3.8 works just fine.