File Manager

Path: /opt/alt/python37/lib/python3.7/site-packages/paste/util/template/

Viewing File: __init__.py

try:
    from tempita import *
    from tempita import paste_script_template_renderer
except ImportError:
    from _template import *
    from _template import paste_script_template_renderer