Child: [1c9f8c] (diff)

Download this file

environment.py    11 lines (6 with data), 259 Bytes

1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
"""WSGI environment setup for allura."""
from allura.config.app_cfg import base_config
__all__ = ['load_environment']
#Use base_config to setup the environment loader function
load_environment = base_config.make_load_environment()