Changeset 5901 for main/waeup.sirp/trunk/src
- Timestamp:
- 30 Mar 2011, 16:30:37 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/authentication.py
r5900 r5901 35 35 # Give any third-party code and subpackages a chance to modify the PAU 36 36 auth_plugin_utilities = getUtilitiesFor(IAuthPluginUtility) 37 for util in auth_plugin_utilities:37 for name, util in auth_plugin_utilities: 38 38 util.register(pau) 39 39
Note: See TracChangeset for help on using the changeset viewer.