From 2966f175c5fc8a4657712a6ce83056a7274afa9d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 17 Feb 2010 00:52:42 +0100 Subject: [PATCH] broke a line into two. (test commit) --HG-- branch : trunk --- jinja2/runtime.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): -- 2.26.2