[Python-checkins] CVS: python/dist/src/Lib/xml/parsers expat.py,NONE,1.1

Fred L. Drake python-dev@python.org
Fri, 22 Sep 2000 21:44:45 -0700


Update of /cvsroot/python/python/dist/src/Lib/xml/parsers
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14928/Lib/xml/parsers

Added Files:
	expat.py 
Log Message:

Add a wrapper around the pyexpat module, making the "public" name of
the module "xml.parsers.expat".


--- NEW FILE ---
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision: 1.1 $'

from pyexpat import *