commit | 4502dcd48c956d5e4cb899e8c86265195f0abcb3 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Oct 09 03:11:36 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Oct 09 03:11:36 2009 +0000 |
tree | d36ef66b97cb9c33f08e195dd7f49543213706dd | |
parent | d5a713ec307766dc186913b238fbe3e92ad5fd73 [diff] |
death to old CVS keyword
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index fa5e8cd..deed983 100644 --- a/Lib/xml/__init__.py +++ b/Lib/xml/__init__.py
@@ -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)