cpython/Lib/xmlcore/parsers/expat.py
Fred Drake c6730e1772 move the xml package implementation to xmlcore, and adjust the tests to
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
module/package
2005-12-14 06:20:35 +00:00

4 lines
106 B
Python

"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision$'
from pyexpat import *