Made it possible to refer to names from outer scopes in included templates
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Feb 2009 18:11:44 +0000 (19:11 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 8 Feb 2009 18:11:44 +0000 (19:11 +0100)
commit7887a8c63c482d99efcb9a2b69eefd2d70afd327
treed4bb1e633e41f783bc507aca619f91b5f35c65d7
parent7850dc597e99ffd62628ce9f319f18373f216b6c
Made it possible to refer to names from outer scopes in included templates
that were unused in the callers frame (#327).

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