summaryrefslogtreecommitdiff
path: root/lib/python2.7/xml/parsers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/xml/parsers/__init__.py')
-rw-r--r--lib/python2.7/xml/parsers/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/python2.7/xml/parsers/__init__.py b/lib/python2.7/xml/parsers/__init__.py
deleted file mode 100644
index eb314a3..0000000
--- a/lib/python2.7/xml/parsers/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
-"""Python interfaces to XML parsers.
-
-This package contains one module:
-
-expat -- Python wrapper for James Clark's Expat parser, with namespace
- support.
-
-"""