[Python-checkins] r75292 - python/trunk/Lib/xml/__init__.py

benjamin.peterson python-checkins at python.org
Fri Oct 9 05:11:42 CEST 2009


Author: benjamin.peterson
Date: Fri Oct  9 05:11:36 2009
New Revision: 75292

Log:
death to old CVS keyword

Modified:
   python/trunk/Lib/xml/__init__.py

Modified: python/trunk/Lib/xml/__init__.py
==============================================================================
--- python/trunk/Lib/xml/__init__.py	(original)
+++ python/trunk/Lib/xml/__init__.py	Fri Oct  9 05:11:36 2009
@@ -19,12 +19,6 @@
 
 __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)
 
 


More information about the Python-checkins mailing list