Sign in
android
/
platform
/
external
/
python
/
mako
/
db498f2
/
.
/
test
/
foo
/
mod_no_encoding.py
blob: 2ba67461059dda3a479d222a028e771fbc8d5b8d [
file
]
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'
)