#793: A small documentation bug (patch included)
--------------------------------------+------------------------------------ -
Reporter: adam at adamfine dot net | Owner: rdelon
Type: defect | Status: new
Priority: normal | Milestone:
Component: CherryPy documentation | Keywords:
--------------------------------------+------------------------------------ -
The bug is in the status.py tool here:
http://tools.cherrypy.org/browser/status/trunk/status.py
Here is the patch that fixes it:
{{{
--- status.orig.py 2007-05-04 20:06:14.000000000 +0000
+++ status.py 2008-03-05 20:15:29.000000000 +0000
@@ -6,7 +6,7 @@
cherrypy.tools.status = status.StatusMonitor()
cherrypy.config.update({"tools.status.on": True})
-cherrypy.tree.mount(Root(), '/cpstatus')
+cherrypy.tree.mount(status.Root(), '/cpstatus')
"""
import threading
}}}
--
Ticket URL: <http://www.cherrypy.org/ticket/793>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework