ewsterrenburg / python-otrs

Pythonic interface to OTRS SOAP API
GNU General Public License v3.0
47 stars 27 forks source link

Fix deprecated use of XML Element.getchildren() #50

Closed markusrippl-dlr closed 2 years ago

markusrippl-dlr commented 3 years ago

This fixes a deprecated call to xml.etree.ElementTree.Element.getchildren()

ewsterrenburg commented 2 years ago

Thanks. Merged this (but removed the print statement afterwards...)

markusrippl-dlr commented 2 years ago

Thanks. Merged this (but removed the print statement afterwards...)

good catch :-) must have slipped through. Thanks