Changeset 2114 for trunk/loreality/loreality/config/routing.py
- Timestamp:
- 07/16/10 14:19:10 (22 months ago)
- File:
-
- 1 edited
-
trunk/loreality/loreality/config/routing.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loreality/loreality/config/routing.py
r2097 r2114 11 11 """Create, configure and return the routes Mapper""" 12 12 map = Mapper(directory=config['pylons.paths']['controllers'], 13 always_scan=config['debug'] )13 always_scan=config['debug'], explicit=True) 14 14 map.minimization = False 15 15
Note: See TracChangeset
for help on using the changeset viewer.
