summaryrefslogtreecommitdiff
path: root/test/test_mako.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mako.py')
-rw-r--r--test/test_mako.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mako.py b/test/test_mako.py
index 86f11bd..66de493 100644
--- a/test/test_mako.py
+++ b/test/test_mako.py
@@ -1,6 +1,6 @@
from __future__ import with_statement
import unittest
-from tools import warn, chdir
+from .tools import warn, chdir
from bottle import MakoTemplate, mako_template, mako_view, touni
class TestMakoTemplate(unittest.TestCase):