source: python/trunk/Lib/xml/parsers/expat.py

Last change on this file was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
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.