diff options
Diffstat (limited to 'Lib/xml/parsers/__init__.py')
-rw-r--r-- | Lib/xml/parsers/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Lib/xml/parsers/__init__.py b/Lib/xml/parsers/__init__.py deleted file mode 100644 index eb314a3..0000000 --- a/Lib/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. - -""" |