python-2.5.2/win32/Lib/xml/parsers/expat.py
changeset 0 ae805ac0140d
equal deleted inserted replaced
-1:000000000000 0:ae805ac0140d
       
     1 """Interface to the Expat non-validating XML parser."""
       
     2 __version__ = '$Revision: 17640 $'
       
     3 
       
     4 from pyexpat import *