Fixed bug that caused "for item in seq if expr" to fail if the loop is not accessing...
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 6 May 2008 10:17:23 +0000 (12:17 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 6 May 2008 10:17:23 +0000 (12:17 +0200)
commit47a506fb8d6c654bcc1e66ea0eac6e38f0890ea6
tree99953c3b43cc569da21729972dc23eaf877cb2a5
parenta5204a49756e56af090d50c4abc8c347494a275c
Fixed bug that caused "for item in seq if expr" to fail if the loop is not accessing loop

--HG--
branch : trunk
jinja2/compiler.py