File: mod_no_encoding.py

package info (click to toggle)
mako 1.3.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,424 kB
  • sloc: python: 12,492; makefile: 129; sh: 17
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
from mako.lookup import TemplateLookup

template_lookup = TemplateLookup()


def run():
    tpl = template_lookup.get_template("not_found.html")