From: Armin Ronacher Date: Tue, 16 Feb 2010 23:52:42 +0000 (+0100) Subject: broke a line into two. (test commit) X-Git-Tag: 2.4~31 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2966f175c5fc8a4657712a6ce83056a7274afa9d;p=jinja2.git broke a line into two. (test commit) --HG-- branch : trunk --- diff --git a/jinja2/runtime.py b/jinja2/runtime.py index be5b09a..244fb54 100644 --- 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):