source:
python/trunk/Lib/xml/parsers/expat.py
Last change on this file was 2, checked in by , 15 years ago | |
---|---|
|
|
File size: 114 bytes |
Line | |
---|---|
1 | """Interface to the Expat non-validating XML parser.""" |
2 | __version__ = '$Revision: 17640 $' |
3 | |
4 | from pyexpat import * |
Note:
See TracBrowser
for help on using the repository browser.