Files
LazyLibrarian/cherrypy/process/__init__.py
DobyTang 7087af08d7 Issue 4 - merge in Herman Rodgers branch - alot of work in it
So branching to new branch, and will merge my changes from itsmeg ontop

will merge branch back to head once everyone happy its stable.
2013-06-06 22:18:27 +01:00

15 lines
536 B
Python
Executable File

"""Site container for an HTTP server.
A Web Site Process Bus object is used to connect applications, servers,
and frameworks with site-wide services such as daemonization, process
reload, signal handling, drop privileges, PID file management, logging
for all of these, and many more.
The 'plugins' module defines a few abstract and concrete services for
use with the bus. Some use tool-specific channels; see the documentation
for each class.
"""
from cherrypy.process.wspbus import bus
from cherrypy.process import plugins, servers