Changeset 5035 for trunk

Show
Ignore:
Timestamp:
07/24/08 16:57:54 (6 months ago)
Author:
mramm
Message:

More config changes, merging base_config into pylons.config, and using config.get to check for the existence of sa_auth

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/config.py

    r5034 r5035  
    6868                        package=self.package.__name__, 
    6969                        paths=self.paths) 
     70        config.update(self) 
    7071                         
    7172    def setup_routes(self): 
     
    9899                              'form_plugin': None 
    99100                      } 
    100         if config['sa_auth']
     101        if config.get('sa_auth')
    101102            config['sa_auth'] = defaults.update(config['sa_auth']) 
    102103        if not config['sa_auth']: