2015-03-12 12:44:29 +00:00
|
|
|
#!/usr/bin/env python
|
2015-03-12 15:07:24 +00:00
|
|
|
activate_this = '/opt/alerta/bin/activate_this.py'
|
|
|
|
execfile(activate_this, dict(__file__=activate_this))
|
2019-08-10 21:14:44 +00:00
|
|
|
from alerta import app as application # noqa isort:skip
|