Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / deployment / vigiboard.wsgi.in @ 4ab73308

History | View | Annotate | Download (186 Bytes)

1
# -*- coding: utf-8 -*-
2
# vim: set fileencoding=utf-8 sw=4 ts=4 et ft=python :
3

    
4
from vigilo.turbogears import loadapp
5
application = loadapp('@SYSCONFDIR@/vigilo/vigiboard/settings.ini')