death to old CVS keyword

This commit is contained in:
Benjamin Peterson 2009-10-09 03:11:36 +00:00
parent d5a713ec30
commit 4502dcd48c
1 changed files with 0 additions and 6 deletions

View 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)