summaryrefslogtreecommitdiff
path: root/vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py')
-rw-r--r--vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py b/vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py
new file mode 100644
index 0000000..f15b123
--- /dev/null
+++ b/vendor/CherryPy-3.2.0/py3/cherrypy/process/__init__.py
@@ -0,0 +1,14 @@
+"""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