mirror of
https://github.com/alerta/alerta.git
synced 2025-02-06 06:20:03 +00:00
8 lines
188 B
Python
8 lines
188 B
Python
#/usr/bin/env python
|
|
|
|
activate_this = '/opt/alerta/bin/activate_this.py'
|
|
execfile(activate_this, dict(__file__=activate_this))
|
|
|
|
import _strptime
|
|
|
|
from alerta.app import app as application
|