summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
398eae2)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2713
from webcommon import State
class MakoHandler(cherrypy.dispatch.LateParamPageHandler):
from webcommon import State
class MakoHandler(cherrypy.dispatch.LateParamPageHandler):
- """Callable which sets response.body."""
+ """Callable which processes a dictionary, returning the rendered
+ body."""
def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
self.template = template
def __init__(self, template, next_handler, content_type='text/html; charset=utf-8'):
self.template = template