Changeset 1398
- Timestamp:
- 10/14/06 15:46:15
- Files:
-
- trunk/cherrypy/_cpdispatch.py (modified) (1 diff)
- trunk/cherrypy/test/test.py (modified) (1 diff)
- trunk/cherrypy/test/test_routes.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpdispatch.py
r1390 r1398 106 106 107 107 def set_conf(): 108 """ Setcherrypy.request.config."""108 """Collapse all object_trail config into cherrypy.request.config.""" 109 109 base = cherrypy.config.copy() 110 110 # Note that we merge the config from each node trunk/cherrypy/test/test.py
r1392 r1398 349 349 'test_objectmapping', 350 350 'test_misc_tools', 351 'test_routes', 351 352 'test_static', 352 353 'test_tutorials',

