Changeset 5199
- Timestamp:
- 08/22/08 09:02:02 (5 months ago)
- Files:
-
- trunk/tg/render.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/render.py
r5160 r5199 1 from pylons import app_globals, config, session, tmpl_context, request, response1 from pylons import app_globals, config, h, session, tmpl_context, request, response 2 2 import pylons.templating as templating 3 3 import tg … … 119 119 ) 120 120 121 helpers = h=config.get('pylons.h') or pylons.h._current_obj()121 helpers = h=config.get('pylons.h') or h._current_obj() 122 122 123 123 root_vars = Bunch(