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, 0 insertions, 4 deletions
diff --git a/lib/python2.7/xml/parsers/expat.py b/lib/python2.7/xml/parsers/expat.py
deleted file mode 100644
index 00b5c78..0000000
--- a/lib/python2.7/xml/parsers/expat.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""Interface to the Expat non-validating XML parser."""
-__version__ = '$Revision: 17640 $'
-
-from pyexpat import *