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:
Neal Norwitz 2006-04-30 02:32:45 +00:00
parent cab1097798
commit 5584245f58
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
##
import copy
import ElementTree
from . import ElementTree
XINCLUDE = "{http://www.w3.org/2001/XInclude}"