diff options
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/parsers/expat.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xml/parsers/expat.py b/Lib/xml/parsers/expat.py index a805b82..bcbe9fb 100644 --- a/Lib/xml/parsers/expat.py +++ b/Lib/xml/parsers/expat.py @@ -1,6 +1,4 @@ """Interface to the Expat non-validating XML parser.""" -__version__ = '$Revision$' - import sys from pyexpat import * |