Changeset 7321 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/root.py
- Timestamp:
- 10 Dec 2011, 06:15:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/root.py
r7192 r7321 23 23 from hurry.query.interfaces import IQuery 24 24 from zope.component import getUtility 25 from waeup.sirp.interfaces import I WAeUPSIRPPluggable25 from waeup.sirp.interfaces import ISIRPPluggable 26 26 from waeup.sirp.applicants.interfaces import IApplicantsRoot 27 27 from waeup.sirp.utils.helpers import get_current_principal … … 49 49 50 50 class ApplicantsPlugin(grok.GlobalUtility): 51 """A WAeUPSIRPPlugin that creates an applicants root in portal.51 """A SIRPPlugin that creates an applicants root in portal. 52 52 53 53 This plugin should be called by a typical … … 56 56 the main site configuration. 57 57 58 Implements :class:`waeup.sirp.interfaces.I WAeUPSIRPPluggable`58 Implements :class:`waeup.sirp.interfaces.ISIRPPluggable` 59 59 """ 60 60 grok.name('applicants') 61 grok.implements(I WAeUPSIRPPluggable)61 grok.implements(ISIRPPluggable) 62 62 log_prefix = 'ApplicantsPlugin' 63 63
Note: See TracChangeset for help on using the changeset viewer.