# HG changeset patch
# User Charlie Clark <charlie.clark@clark-consulting.eu>
# Date 1427716182 -7200
#      Mon Mar 30 13:49:42 2015 +0200
# Node ID 9d62deeb27bbc6199c3c0ae691fb74d2a485648f
# Parent  a1657378be8c6957c614c5e82a518b4a86671cfb
Adjust imports.

diff --git a/et_xmlfile/tests/test_incremental_xmlfile.py b/et_xmlfile/tests/test_incremental_xmlfile.py
--- a/et_xmlfile/tests/test_incremental_xmlfile.py
+++ b/et_xmlfile/tests/test_incremental_xmlfile.py
@@ -12,10 +12,10 @@
 import tempfile, os, sys
 
 from .common_imports import HelperTestCase, skipIf
-from . import xmlfile as etree
+from .. import xmlfile as etree
 
 import pytest
-from openpyxl.tests.helper import compare_xml
+from .helper import compare_xml
 
 import xml.etree.ElementTree