Skip to content

generate: Use xml.etree.ElementTree instead of cElementTree.

This switches the Python scripts to use the ElementTree module instead of the deprecated cElementTree.

Merge request reports