cpython/Lib/xml/parsers/expat.py
2000-09-23 04:44:43 +00:00

4 lines
106 B
Python

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