More correct fix for 380. The only thing that is part of the outer scope
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 14 Jan 2010 00:26:40 +0000 (01:26 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 14 Jan 2010 00:26:40 +0000 (01:26 +0100)
commitef18944317d79cd4919561f29c9f772869e88443
tree7db344f7047cc7a690ac34c39d661bbb0ec34785
parente0016f5c62437f29a569c1d4067f16af3085ced1
More correct fix for 380.  The only thing that is part of the outer scope
is the name of the thing to call.  Though because it will never be able to
track store nodes, the one before should not do harm either.

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