Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / deployment / vigigraph.wsgi.in @ fa3e5c9e

History | View | Annotate | Download (186 Bytes)

1 0f317fa6 Aurelien BOMPARD
# -*- coding: utf-8 -*-
2
# vim: set fileencoding=utf-8 sw=4 ts=4 et ft=python :
3
4 a9d588da Francois POIROTTE
from vigilo.turbogears import loadapp
5
application = loadapp('@SYSCONFDIR@/vigilo/vigigraph/settings.ini')