From: Benjamin Peterson Date: Fri, 9 Oct 2009 03:11:36 +0000 (+0000) Subject: death to old CVS keyword X-Git-Tag: v2.7a1~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4502dcd48c956d5e4cb899e8c86265195f0abcb3;p=thirdparty%2FPython%2Fcpython.git death to old CVS keyword --- diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index fa5e8cd49993..deed983d9765 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 -# "Revision: x.y " -# When exported using -kv, it is "x.y". -__version__ = "$Revision$".split()[-2:][0] - - _MINIMUM_XMLPLUS_VERSION = (0, 8, 4)