mirror of
https://github.com/alerta/alerta.git
synced 2025-02-05 05:59:43 +00:00
4 lines
165 B
Python
4 lines
165 B
Python
#!/usr/bin/env python
|
|
activate_this = '/opt/alerta/bin/activate_this.py'
|
|
execfile(activate_this, dict(__file__=activate_this))
|
|
from alerta import app as application
|