xref
: /
third_party
/
python
/
Lib
/
xml
/
etree
/
cElementTree.py
(revision 7db96d56)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/python/Lib/xml/etree/
1
# Deprecated alias for xml.etree.ElementTree
2
3
from
xml
.
etree
.
ElementTree
import
*
4