expat.py 114 B

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