fixes issue with code generator that causes unbound variables
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 16 Sep 2009 22:48:41 +0000 (00:48 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 16 Sep 2009 22:48:41 +0000 (00:48 +0200)
commitf1c421d6d952035cd20a036367b858fe32945f12
tree83d5b8292b9023756eb12c71d7b05e68c94865dc
parentc4fc031bbc0948fc8861f47636019ad0e824c52d
fixes issue with code generator that causes unbound variables
to be generated if set was used in if-blocks.

--HG--
branch : trunk
CHANGES
jinja2/compiler.py
setup.py
tests/test_old_bugs.py