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