broke a line into two. (test commit)
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:52:42 +0000 (00:52 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 16 Feb 2010 23:52:42 +0000 (00:52 +0100)
--HG--
branch : trunk

jinja2/runtime.py

index be5b09a02e71febc499749785e00f5450420ec12..244fb5491f9157c2fd84d63f67f71664a7724e5b 100644 (file)
@@ -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):