X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/398eae28374e91d447a09252087b1f5f1ac57957..a6bc598397e68ca5b7c0571341da3aa81617a327:/code/view.py diff --git a/code/view.py b/code/view.py index 91c375a..4135e24 100644 --- a/code/view.py +++ b/code/view.py @@ -10,7 +10,7 @@ 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