the environment template loading functions now transparently
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 16 Feb 2010 16:35:59 +0000 (17:35 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 16 Feb 2010 16:35:59 +0000 (17:35 +0100)
commit9165d3ed52a63c3cd41332c3b4cae0631c01aaa9
treea392a41a1db6f2fe1501d622fb176916ae8624af
parentdf2907e0abe34557d809f5553ae3cc06940c66b1
the environment template loading functions now transparently
pass through a template object if it was passed to it.  This
makes it possible to import or extend from a template object
that was passed to the template.

--HG--
branch : trunk
CHANGES
docs/templates.rst
jinja2/environment.py
jinja2/testsuite/api.py