From 8c63e8ee047ee543d8a7268f3b42c0c951f48f5f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 11 Nov 2012 17:15:55 -0500 Subject: fix --- test/test_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_template.py') 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, \ -- cgit v1.2.3