summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-09 03:11:36 +0000
committerBenjamin Peterson <benjamin@python.org>2009-10-09 03:11:36 +0000
commit4502dcd48c956d5e4cb899e8c86265195f0abcb3 (patch)
treed36ef66b97cb9c33f08e195dd7f49543213706dd
parentd5a713ec307766dc186913b238fbe3e92ad5fd73 (diff)
downloadcpython-git-4502dcd48c956d5e4cb899e8c86265195f0abcb3.tar.gz
death to old CVS keyword
-rw-r--r--Lib/xml/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py
index fa5e8cd499..deed983d97 100644
--- a/Lib/xml/__init__.py
+++ b/Lib/xml/__init__.py
@@ -19,12 +19,6 @@ etree -- The ElementTree XML library. This is a subset of the full
__all__ = ["dom", "parsers", "sax", "etree"]
-# When being checked-out without options, this has the form
-# "<dollar>Revision: x.y </dollar>"
-# When exported using -kv, it is "x.y".
-__version__ = "$Revision$".split()[-2:][0]
-
-
_MINIMUM_XMLPLUS_VERSION = (0, 8, 4)