From: Greg Price Date: Thu, 29 Oct 2009 05:36:38 +0000 (-0400) Subject: cut uninformative comment and blank line X-Git-Tag: 0.1.0^2~32 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/b199b35d4ebd48b3cc000af1a56ec21c89676b88 cut uninformative comment and blank line svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2703 --- diff --git a/code/view.py b/code/view.py index a6fa610..a3f2278 100644 --- a/code/view.py +++ b/code/view.py @@ -52,8 +52,6 @@ class MakoLoader(object): imports=[]): cherrypy.request.lookup = lookup = self.get_lookup(directories, module_directory, collection_size, imports) - - # Replace the current handler. cherrypy.request.template = t = lookup.get_template(filename) cherrypy.request.handler = MakoHandler(t, cherrypy.request.handler, content_type)