Add a wrapper around the pyexpat module, making the "public" name of

the module "xml.parsers.expat".
This commit is contained in:
Fred Drake 2000-09-23 04:44:43 +00:00
parent c32741d1ab
commit 003b9250e3
1 changed files with 4 additions and 0 deletions

4
Lib/xml/parsers/expat.py Normal file
View File

@ -0,0 +1,4 @@
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision$'
from pyexpat import *