Blame | Last modification | View Log | RSS feed
# -*- coding: utf-8 -*-"""WSGI environment setup for Wiki-20."""from wiki20.config.app_cfg import base_config__all__ = ['load_environment']#Use base_config to setup the environment loader functionload_environment = base_config.make_load_environment()