aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_template.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_template.py')
-rw-r--r--test/test_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_template.py b/test/test_template.py
index ff82581..28d397d 100644
--- a/test/test_template.py
+++ b/test/test_template.py
@@ -7,7 +7,7 @@ from mako import exceptions, util, runtime
from mako import compat
import re
import os
-from util import flatten_result, result_lines
+from test.util import flatten_result, result_lines
import codecs
from mako.compat import u
from test import TemplateTest, eq_, template_base, module_base, \