source: vendor/python/2.5/Lib/xml/parsers/expat.py

Last change on this file was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 114 bytes
Line 
1"""Interface to the Expat non-validating XML parser."""
2__version__ = '$Revision: 17640 $'
3
4from pyexpat import *
Note: See TracBrowser for help on using the repository browser.