codekasten/htman/htman.wsgi

7 lines
111 B
Plaintext
Raw Normal View History

2020-09-03 14:15:26 +02:00
#!/usr/bin/env python2
import sys
sys.path.insert(0, '/data/htman/src')
from htman import app as application