home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / scribus / scribus-1.3.3.9-win32-install.exe / lib / xml / parsers / expat.py < prev   
Text File  |  2000-09-23  |  116b  |  5 lines

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