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