cpython/Lib/xml/etree/cElementTree.py
Serhiy Storchaka ec88e1bca8
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117)
* Revert "bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)"

This reverts commit b33e52511a.
2020-06-10 17:39:12 +02:00

4 lines
82 B
Python

# Deprecated alias for xml.etree.ElementTree
from xml.etree.ElementTree import *