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