6 lines
124 B
Python
6 lines
124 B
Python
#!/usr/bin/python3
|
|
|
|
import sys
|
|
sys.path.insert(0, '/usr/share/projects/wsgi_apps/lapp')
|
|
|
|
from lapp import app as application |