Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Side by Side Diff: third_party/cherrypy/process/__init__.py

Issue 9368042: Add CherryPy to third_party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/cherrypy/lib/xmlrpcutil.py ('k') | third_party/cherrypy/process/plugins.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 """Site container for an HTTP server.
2
3 A Web Site Process Bus object is used to connect applications, servers,
4 and frameworks with site-wide services such as daemonization, process
5 reload, signal handling, drop privileges, PID file management, logging
6 for all of these, and many more.
7
8 The 'plugins' module defines a few abstract and concrete services for
9 use with the bus. Some use tool-specific channels; see the documentation
10 for each class.
11 """
12
13 from cherrypy.process.wspbus import bus
14 from cherrypy.process import plugins, servers
OLDNEW
« no previous file with comments | « third_party/cherrypy/lib/xmlrpcutil.py ('k') | third_party/cherrypy/process/plugins.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698