Changeset 5899 for main/waeup.sirp/trunk
- Timestamp:
- 30 Mar 2011, 16:22:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py
r5898 r5899 296 296 """ 297 297 298 class IAuthPluginUtility( interface):298 class IAuthPluginUtility(Interface): 299 299 """A component that cares for authentication setup at site creation. 300 300
Note: See TracChangeset for help on using the changeset viewer.