Changeset 5150
- Timestamp:
- 08/17/08 11:37:25 (5 months ago)
- Files:
-
- trunk/tg/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/config.py
r5136 r5150 113 113 config['pylons.app_globals'].mako_lookup = TemplateLookup( 114 114 directories=self.paths['templates'], 115 module_directory= os.path.join(app_conf['cache_dir'], 'templates'),115 module_directory=self.paths['templates'], 116 116 input_encoding='utf-8', output_encoding='utf-8', 117 117 imports=['from webhelpers.html import escape'],