Changeset 5591

Show
Ignore:
Timestamp:
10/23/08 18:50:15 (3 months ago)
Author:
Gustavo
Message:

AppConfig no longer creates a Bunch for sa_auth because get_partial_dict() won't handle it if it's not defined in the TG2 application itself

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.0-auth/tg/configuration.py

    r5588 r5591  
    100100        self.paths = Bunch() 
    101101        self.render_functions = Bunch() 
    102         # And also very often... 
    103         self.sa_auth = Bunch() 
    104         self.sa_auth.translations = Bunch() 
    105102 
    106103        #Set individual defaults