plan9fox/sys/lib/python/xml/parsers/expat.py
2011-05-03 11:25:13 +00:00

5 lines
114 B
Python

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