Some of the test cases were failing due to the busted (relative) import.
This fixes some of the failures, but there are still more.
This commit is contained in:
parent
cab1097798
commit
5584245f58
|
@ -49,7 +49,7 @@
|
||||||
##
|
##
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import ElementTree
|
from . import ElementTree
|
||||||
|
|
||||||
XINCLUDE = "{http://www.w3.org/2001/XInclude}"
|
XINCLUDE = "{http://www.w3.org/2001/XInclude}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue