home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / EXPAT.PY < prev    next >
Encoding:
Python Source  |  2000-09-28  |  116 b   |  5 lines

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