aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Lib/xml/parsers/expat.py
blob: 00b5c78ec0bfa4aa9d5e7734f9667000f686c3b4 (plain) (blame)
1
2
3
4
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 17640 $'

from pyexpat import *