summaryrefslogtreecommitdiff
path: root/cherrypy/process/__init__.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-10 13:57:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-09-10 13:57:16 -0400
commitf5362d72ba2a50f7eda1cfe10a4accafc93fe837 (patch)
tree69715357b6378fc9e734239e687cddaae539cdf5 /cherrypy/process/__init__.py
parentbaf1cfad6a76e98adc078f36a70a5ceecd6138fb (diff)
downloadcherrypy-f5362d72ba2a50f7eda1cfe10a4accafc93fe837.tar.gz
Remove all files
Diffstat (limited to 'cherrypy/process/__init__.py')
-rw-r--r--cherrypy/process/__init__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/cherrypy/process/__init__.py b/cherrypy/process/__init__.py
deleted file mode 100644
index f15b1237..00000000
--- a/cherrypy/process/__init__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-"""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