projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5f36a
)
cut uninformative comment and blank line
author
Greg Price
<price@mit.edu>
Thu, 29 Oct 2009 05:36:38 +0000
(
01:36
-0400)
committer
Greg Price
<price@mit.edu>
Thu, 29 Oct 2009 05:36:38 +0000
(
01:36
-0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2703
code/view.py
patch
|
blob
|
history
diff --git
a/code/view.py
b/code/view.py
index
a6fa610
..
a3f2278
100644
(file)
--- 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)