Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / deployment / vigigraph.wsgi.in @ a9d588da

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/vigigraph/settings.ini')