--HG--
branch : trunk
rename : jinja/bakerplugin.py => jinja/plugin.py
Framework Integration
=====================
-Jinja registers itself in the baker template plugin system. If your framework
-supports baker (currently `TurboGears`_ and `pylons`_) you can add it very
+Jinja registers itself in the buffet template plugin system. If your framework
+supports buffet (currently `TurboGears`_ and `pylons`_) you can add it very
easily.
Pylons
# -*- coding: utf-8 -*-
"""
- jinja.bakerplugin
- ~~~~~~~~~~~~~~~~~
+ jinja.plugin
+ ~~~~~~~~~~~~
- Provide a bridge to baker. Baker is used by some frameworks (namely
+ Provide a bridge to buffet. Buffet is used by some frameworks (namely
CherryPy, TurboGears and Pylons) to load templates.
:copyright: 2007 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
+
from jinja import Environment