I've been looking at source code of tg2 and in render.py there is ...
def render_genshi(template_name, template_vars, **kwargs):
"""Render a the template_vars with the Genshi template"""
template_vars['XML'] = XML
return templating.render_genshi(template_name,
extra_vars=templat_vars,
**kwargs)
If this code is run then I think there's a bug in
extra_vars=templat_vars
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---