Poodletooth-iLand/panda/python/Lib/xml/parsers/expat.py

5 lines
114 B
Python
Raw Normal View History

2015-03-03 22:10:12 +00:00
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 17640 $'
from pyexpat import *