summaryrefslogtreecommitdiff
path: root/lib/python2.7/xml/parsers/expat.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/xml/parsers/expat.py')
-rw-r--r--lib/python2.7/xml/parsers/expat.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python2.7/xml/parsers/expat.py b/lib/python2.7/xml/parsers/expat.py
new file mode 100644
index 0000000..00b5c78
--- /dev/null
+++ b/lib/python2.7/xml/parsers/expat.py
@@ -0,0 +1,4 @@
+"""Interface to the Expat non-validating XML parser."""
+__version__ = '$Revision: 17640 $'
+
+from pyexpat import *