X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/d7bc5fe65d556f4174757e657b3c7614289f7186..a6bc598397e68ca5b7c0571341da3aa81617a327:/code/view.py diff --git a/code/view.py b/code/view.py index 1b586ef..4135e24 100644 --- a/code/view.py +++ b/code/view.py @@ -10,8 +10,7 @@ from invirt.config import structs as config from webcommon import State class MakoHandler(cherrypy.dispatch.LateParamPageHandler): - """Callable which processes a dictionary, returning the rendered - 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