From b199b35d4ebd48b3cc000af1a56ec21c89676b88 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 29 Oct 2009 01:36:38 -0400 Subject: [PATCH] cut uninformative comment and blank line svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2703 --- code/view.py | 2 -- 1 file changed, 2 deletions(-) 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) -- 1.7.9.5