mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Arghh. Fix typo.
This commit is contained in:
@@ -18,7 +18,7 @@ __all__ = ["dom", "parsers", "sax"]
|
||||
# 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]
|
||||
__version__ = "$Revision$".split()[-2:][0]
|
||||
|
||||
|
||||
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1)
|
||||
|
||||
Reference in New Issue
Block a user