summaryrefslogtreecommitdiff
path: root/lib/python2.7/xml/parsers/expat.py
blob: 00b5c78ec0bfa4aa9d5e7734f9667000f686c3b4 (plain)
1
2
3
4
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 17640 $'

from pyexpat import *