0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-06 06:20:03 +00:00
alerta_alerta/alerta/app/app.wsgi
2014-04-28 16:05:58 +01:00

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