golden hour
/opt/alt/python37/lib/python3.7/site-packages/paste/util/template
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
191 B
Del
OK
__init__.py.tmpta
0 B
Del
OK
__pycache__
-
Del
OK
_template.py
23.73 KB
Del
OK
_template.py.tmpta
0 B
Del
OK
Edit: __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
Save