diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-02-16 22:17:31 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-02-16 22:17:31 (GMT) |
commit | e59a306081d8f34814b91dc9e911beac7271c452 (patch) | |
tree | eeb596d8e49cc256a5fe3b4a444e3435cde94db3 /Lib/test/test_xml_etree.py | |
parent | 17f1be63681c921a82f2dd9dd44e0305e46b4733 (diff) | |
download | cpython-e59a306081d8f34814b91dc9e911beac7271c452.zip cpython-e59a306081d8f34814b91dc9e911beac7271c452.tar.gz cpython-e59a306081d8f34814b91dc9e911beac7271c452.tar.bz2 |
The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch)
Diffstat (limited to 'Lib/test/test_xml_etree.py')
-rw-r--r-- | Lib/test/test_xml_etree.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_xml_etree.py b/Lib/test/test_xml_etree.py index 6060e06..8713de5 100644 --- a/Lib/test/test_xml_etree.py +++ b/Lib/test/test_xml_etree.py @@ -1352,7 +1352,6 @@ def xinclude(): r""" Basic inclusion example (XInclude C.1) - >>> from xml.etree import ElementTree as ET >>> from xml.etree import ElementInclude >>> document = xinclude_loader("C1.xml") |