home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / EVE_1424_100181.exe / expat.py < prev    next >
Encoding:
Python Source  |  2004-04-20  |  116 b   |  5 lines

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