The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch)

This commit is contained in:
Florent Xicluna 2012-02-16 23:17:31 +01:00
parent 17f1be6368
commit e59a306081
2 changed files with 4 additions and 2 deletions

View file

@ -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")