()
| 27 | |
| 28 | |
| 29 | def setup(): |
| 30 | # load templates from this package so that they are available via render_template |
| 31 | from infogami.utils import template |
| 32 | |
| 33 | template.load_templates(os.path.dirname(__file__)) |
nothing calls this directly
no outgoing calls
no test coverage detected