Package Pyblosxom :: Module pyblosxom :: Class PyBlosxomWSGIApp
[hide private]
[frames] | no frames]

Class PyBlosxomWSGIApp

source code

This class is the WSGI application for PyBlosxom.

Instance Methods [hide private]
 
__init__(self, configini=None)
Make WSGI app for PyBlosxom
source code
 
__call__(self, env, start_response)
Runs the WSGI app.
source code
Method Details [hide private]

__init__(self, configini=None)
(Constructor)

source code 
Make WSGI app for PyBlosxom
Parameters:
  • configini (dict) - dict encapsulating information from a config.ini file or any other property file that will override the config.py file.