summaryrefslogtreecommitdiff
path: root/test/test_call.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_call.py')
-rw-r--r--test/test_call.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_call.py b/test/test_call.py
index 82d48da..4dea2b3 100644
--- a/test/test_call.py
+++ b/test/test_call.py
@@ -1,8 +1,8 @@
from mako.template import Template
-from .util.assertions import eq_
-from .util.fixtures import TemplateTest
-from .util.helpers import flatten_result
-from .util.helpers import result_lines
+from mako.testing.assertions import eq_
+from mako.testing.fixtures import TemplateTest
+from mako.testing.helpers import flatten_result
+from mako.testing.helpers import result_lines
class CallTest(TemplateTest):