Changeset 1558
- Timestamp:
- 12/22/06 13:03:35
- Files:
-
- trunk/cherrypy/_cpconfig.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpconfig.py
r1545 r1558 229 229 if isinstance(config.get("global", None), dict): 230 230 if len(config) > 1: 231 cherrypy. checker.global_config_contained_paths = True231 cherrypy.engine.checker.global_config_contained_paths = True 232 232 config = config["global"] 233 233

