Fixed a bug in the compiler that caused problems with loop not being referenced in...
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 14 Aug 2008 10:31:12 +0000 (12:31 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 14 Aug 2008 10:31:12 +0000 (12:31 +0200)
commit833a3b5d3a1da1ddc3ceabf0ea286ae870e8c41f
tree4e3357899adef8bb05704fc163ffd0ac5f82788f
parentff53c785742f9221d0e71286f1a8f663505cda41
Fixed a bug in the compiler that caused problems with loop not being referenced in an outer scoped.  (Introduced in the last checkin)

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