diff options
Diffstat (limited to 'Lib/xml/parsers/expat.py')
-rw-r--r-- | Lib/xml/parsers/expat.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/xml/parsers/expat.py b/Lib/xml/parsers/expat.py new file mode 100644 index 0000000..11359a0 --- /dev/null +++ b/Lib/xml/parsers/expat.py @@ -0,0 +1,4 @@ +"""Interface to the Expat non-validating XML parser.""" +__version__ = '$Revision$' + +from pyexpat import * |