aboutsummaryrefslogtreecommitdiffstats
path: root/test/foo/mod_no_encoding.py
blob: 2ba67461059dda3a479d222a028e771fbc8d5b8d (plain)
1
2
3
4
5
6
7
8

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')