summaryrefslogtreecommitdiff
path: root/test/test_stpl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_stpl.py')
-rwxr-xr-xtest/test_stpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_stpl.py b/test/test_stpl.py
index ab39b27..73f37d3 100755
--- a/test/test_stpl.py
+++ b/test/test_stpl.py
@@ -4,7 +4,7 @@ import unittest
from bottle import SimpleTemplate, TemplateError, view, template, touni, tob, html_quote
import re, os
import traceback
-from tools import chdir
+from .tools import chdir
class TestSimpleTemplate(unittest.TestCase):