Add a wrapper around the pyexpat module, making the "public" name of
the module "xml.parsers.expat".
This commit is contained in:
parent
c32741d1ab
commit
003b9250e3
|
@ -0,0 +1,4 @@
|
||||||
|
"""Interface to the Expat non-validating XML parser."""
|
||||||
|
__version__ = '$Revision$'
|
||||||
|
|
||||||
|
from pyexpat import *
|
Loading…
Reference in New Issue