source: trunk/essentials/dev-lang/python/Lib/xml/parsers/expat.py@ 3226

Last change on this file since 3226 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.