]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
death to old CVS keyword
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Oct 2009 03:11:36 +0000 (03:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Oct 2009 03:11:36 +0000 (03:11 +0000)
Lib/xml/__init__.py

index fa5e8cd499937d9b2c906ad5682aca4636770f3f..deed983d97655673fcc1d93d90842c9252f5b17b 100644 (file)
@@ -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)