aboutsummaryrefslogtreecommitdiffstats
path: root/test/foo/mod_no_encoding.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/foo/mod_no_encoding.py')
-rw-r--r--test/foo/mod_no_encoding.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/foo/mod_no_encoding.py b/test/foo/mod_no_encoding.py
index 2ba6746..004cc44 100644
--- a/test/foo/mod_no_encoding.py
+++ b/test/foo/mod_no_encoding.py
@@ -1,8 +1,7 @@
-
from mako.lookup import TemplateLookup
-from mako.exceptions import MakoException, html_error_template
template_lookup = TemplateLookup()
-def run():
- tpl = template_lookup.get_template('not_found.html')
+
+def run():
+ tpl = template_lookup.get_template("not_found.html")