projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e68d4c6
)
Removed dead code.
author
jason kirtland
<jek@discorporate.us>
Mon, 25 Apr 2011 18:19:22 +0000
(11:19 -0700)
committer
jason kirtland
<jek@discorporate.us>
Mon, 25 Apr 2011 18:19:22 +0000
(11:19 -0700)
jinja2/runtime.py
patch
|
blob
|
history
diff --git
a/jinja2/runtime.py
b/jinja2/runtime.py
index d73483de30a53bb4c748640845cff57cb4aad7eb..a4a47a284ed4a51ec9e54ae9b439682884e1905c 100644
(file)
--- a/
jinja2/runtime.py
+++ b/
jinja2/runtime.py
@@
-75,8
+75,6
@@
class TemplateReference(object):
def __getitem__(self, name):
blocks = self.__context.blocks[name]
- wrap = self.__context.eval_ctx.autoescape and \
- Markup or (lambda x: x)
return BlockReference(name, self.__context, blocks, 0)
def __repr__(self):