0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-05 05:59:43 +00:00
alerta_alerta/alerta/app.wsgi
2017-09-21 00:25:29 +01:00

6 lines
137 B
Python

#!/usr/bin/env python
try:
from alerta import app # alerta >= 5.0
except Exception:
from alerta.app import app # alerta < 5.0