projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8a930
)
broke a line into two. (test commit)
author
Armin Ronacher
<armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:52:42 +0000
(
00:52
+0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:52:42 +0000
(
00:52
+0100)
--HG--
branch : trunk
jinja2/runtime.py
patch
|
blob
|
history
diff --git
a/jinja2/runtime.py
b/jinja2/runtime.py
index be5b09a02e71febc499749785e00f5450420ec12..244fb5491f9157c2fd84d63f67f71664a7724e5b 100644
(file)
--- a/
jinja2/runtime.py
+++ b/
jinja2/runtime.py
@@
-301,7
+301,8
@@
class LoopContext(object):
# a nifty trick to enhance the error message if someone tried to call
# the the loop without or with too many arguments.
- __call__ = loop; del loop
+ __call__ = loop
+ del loop
@property
def length(self):