> [...]
> e.g. web.template.Template.globals['sorted'] = sorted
using web.template.Template.globals is deprecated.
Preferred use is:
render = web.template.render('templates', globals={'x': 1})
> Can you think of a better way to hack this limitation?
I think it is fixed now.
Can you try again and let me know if there are any issues?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---