Commit 6c3da6eb authored by Florent Xicluna's avatar Florent Xicluna

Fix xml_etree_c test error (follow up of issue #13988).

parent a72a98f2
# xml.etree test for cElementTree
from test import support
from test.support import import_fresh_module
import unittest
from xml.etree import ElementTree as cET, cElementTree as cET_alias
cET = import_fresh_module('xml.etree.ElementTree', fresh=['_elementtree'])
cET_alias = import_fresh_module('xml.etree.cElementTree', fresh=['_elementtree'])
# cElementTree specific tests
......
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