projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff4e62d
)
Arghh. Fix typo.
author
Martin v. Löwis
<martin@v.loewis.de>
Tue, 27 Mar 2001 21:38:15 +0000
(21:38 +0000)
committer
Martin v. Löwis
<martin@v.loewis.de>
Tue, 27 Mar 2001 21:38:15 +0000
(21:38 +0000)
Lib/xml/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/xml/__init__.py
b/Lib/xml/__init__.py
index 7245b7e2c9ccf0750ee8d452393941cc2df36812..d189823620d8caaac9bd16104d25cbc362fe52ba 100644
(file)
--- a/
Lib/xml/__init__.py
+++ b/
Lib/xml/__init__.py
@@
-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)