diff --git a/et_xmlfile/tests/test_incremental_xmlfile.py b/et_xmlfile/tests/test_incremental_xmlfile.py
index a1657378be8c6957c614c5e82a518b4a86671cfb_ZXRfeG1sZmlsZS90ZXN0cy90ZXN0X2luY3JlbWVudGFsX3htbGZpbGUucHk=..9d62deeb27bbc6199c3c0ae691fb74d2a485648f_ZXRfeG1sZmlsZS90ZXN0cy90ZXN0X2luY3JlbWVudGFsX3htbGZpbGUucHk= 100644
--- a/et_xmlfile/tests/test_incremental_xmlfile.py
+++ b/et_xmlfile/tests/test_incremental_xmlfile.py
@@ -12,6 +12,6 @@
 import tempfile, os, sys
 
 from .common_imports import HelperTestCase, skipIf
-from . import xmlfile as etree
+from .. import xmlfile as etree
 
 import pytest
@@ -16,6 +16,6 @@
 
 import pytest
-from openpyxl.tests.helper import compare_xml
+from .helper import compare_xml
 
 import xml.etree.ElementTree