Ignore:
Timestamp:
30 Mar 2011, 16:30:37 (14 years ago)
Author:
uli
Message:

Respect the data format returned by getUtilitiesFor (list of tuples,
not a simple list).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/authentication.py

    r5900 r5901  
    3535    # Give any third-party code and subpackages a chance to modify the PAU
    3636    auth_plugin_utilities = getUtilitiesFor(IAuthPluginUtility)
    37     for util in auth_plugin_utilities:
     37    for name, util in auth_plugin_utilities:
    3838        util.register(pau)
    3939
Note: See TracChangeset for help on using the changeset viewer.