Changeset 5765

Show
Ignore:
Timestamp:
11/24/08 13:27:31 (2 months ago)
Author:
Gustavo
Message:

The config object is no longer passed to repoze.what's setup_sql_auth() because this parameter has been removed in the trunk

Files:

Legend:

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

    r5676 r5765  
    325325        auth = self.sa_auth 
    326326 
    327         app = setup_sql_auth(app, config, auth.user_class, auth.group_class, 
     327        app = setup_sql_auth(app, auth.user_class, auth.group_class, 
    328328                             auth.permission_class, auth.dbsession, 
    329329                             translations=auth.translations)