source:
vendor/python/2.5/Lib/xml/parsers/expat.py
| Last change on this file was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 114 bytes | |
| Rev | Line | |
|---|---|---|
| [3225] | 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.
