Kaydet (Commit) adfa7409 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Bump required PyXML version to 0.6.5.

üst 7d650ca8
...@@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"] ...@@ -21,7 +21,7 @@ __all__ = ["dom", "parsers", "sax"]
__version__ = "$Revision$".split()[-2:][0] __version__ = "$Revision$".split()[-2:][0]
_MINIMUM_XMLPLUS_VERSION = (0, 6, 1) _MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment