Sign in
android
/
platform
/
external
/
python
/
mako
/
fb7f043
/
.
/
test
/
foo
/
mod_no_encoding.py
blob: 004cc444f56ea2f2179170f47de5f4cda91372ba [
file
]
from
mako
.
lookup
import
TemplateLookup
template_lookup
=
TemplateLookup
()
def
run
():
tpl
=
template_lookup
.
get_template
(
"not_found.html"
)