summaryrefslogtreecommitdiff
path: root/Lib/xml/parsers/expat.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/parsers/expat.py')
-rw-r--r--Lib/xml/parsers/expat.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xml/parsers/expat.py b/Lib/xml/parsers/expat.py
index a805b828d8..bcbe9fb1f8 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 *