- Timestamp:
- 07/24/08 16:57:54 (6 months ago)
- Files:
-
- trunk/tg/config.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tg/config.py
r5034 r5035 68 68 package=self.package.__name__, 69 69 paths=self.paths) 70 config.update(self) 70 71 71 72 def setup_routes(self): … … 98 99 'form_plugin': None 99 100 } 100 if config ['sa_auth']:101 if config.get('sa_auth'): 101 102 config['sa_auth'] = defaults.update(config['sa_auth']) 102 103 if not config['sa_auth']: