home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / openoffice / openofficeorg3.cab / expat.py < prev    next >
Encoding:
Python Source  |  2005-02-15  |  112 b   |  5 lines

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