cosmopolitan/third_party/python/Lib/xml/etree/cElementTree.py
Justine Tunney a6baba1b07
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com
suffix in order to spawn an executable. Now that we have Cosmo bash
we're no longer so dependent on the cmd.exe prompt.
2024-03-03 03:12:19 -08:00

28 lines
524 B
Python

# Deprecated alias for xml.etree.ElementTree
from xml.etree.ElementTree import *
if __name__ == 'PYOBJ':
Comment = 0
Element = 0
ElementTree = 0
PI = 0
ParseError = 0
ProcessingInstruction = 0
QName = 0
SubElement = 0
TreeBuilder = 0
VERSION = 0
XML = 0
XMLID = 0
XMLParser = 0
XMLPullParser = 0
dump = 0
fromstring = 0
fromstringlist = 0
iselement = 0
iterparse = 0
parse = 0
register_namespace = 0
tostring = 0
tostringlist = 0