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