Arfrever Frehtes Taifersar Arahesis <[email protected]> added the comment:
Temporary very ugly workaround (before importing xml.etree.ElementTree) is: import sys sys.modules["_elementtree"] = None ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13988> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
