codekasten/htman/htman.wsgi
2020-09-03 12:15:26 +00:00

7 lines
111 B
Python

#!/usr/bin/env python2
import sys
sys.path.insert(0, '/data/htman/src')
from htman import app as application