Kaydet (Commit) af57fa13 authored tarafından Fredrik Lundh's avatar Fredrik Lundh

r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100

 make sure xml.etree can be used even if PyXML is present
 (solution proposed by Philip J. Eby)
üst 245c619e
...@@ -41,6 +41,7 @@ else: ...@@ -41,6 +41,7 @@ else:
else: else:
if v >= _MINIMUM_XMLPLUS_VERSION: if v >= _MINIMUM_XMLPLUS_VERSION:
import sys import sys
_xmlplus.__path__.extend(__path__)
sys.modules[__name__] = _xmlplus sys.modules[__name__] = _xmlplus
else: else:
del v del v
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