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