X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/398eae28374e91d447a09252087b1f5f1ac57957..52d630b4ed2f7bbdd61b3eada7a2c38d64c077cb:/code/view.py diff --git a/code/view.py b/code/view.py index 91c375a..1b586ef 100644 --- a/code/view.py +++ b/code/view.py @@ -10,7 +10,8 @@ from invirt.config import structs as config 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