broke a line into two. (test commit)

--HG--
branch : trunk
This commit is contained in:
Armin Ronacher 2010-02-17 00:52:42 +01:00
parent ae8a93008c
commit 2966f175c5

View 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):