Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afef4ee

Browse files
committed
Require PyXML 0.8.2.
1 parent f8de21c commit afef4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
__version__ = "$Revision$".split()[-2:][0]
2222

2323

24-
_MINIMUM_XMLPLUS_VERSION = (0, 6, 5)
24+
_MINIMUM_XMLPLUS_VERSION = (0, 8, 2)
2525

2626

2727
try:

0 commit comments

Comments
 (0)