7 lines
137 B
Python
7 lines
137 B
Python
import sys
|
|
|
|
sys.path.insert(0, '/srv/pythonenv/lib/python3.5/site-packages/')
|
|
|
|
# import web application
|
|
from frontend import application
|