Changeset 5420 for main/waeup.sirp/trunk
- Timestamp:
- 12 Aug 2010, 12:57:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/jambtables/applicants.py
r5328 r5420 122 122 grok.implements(IApplicantContainer) 123 123 124 class AccessCodePlugin(grok.GlobalUtility): 124 class ApplicantsPlugin(grok.GlobalUtility): 125 """A WAeUPSIRPPlugin that creates an applications folder in portal. 126 """ 125 127 grok.name('applications') 126 128 grok.implements(IWAeUPSIRPPluggable) … … 141 143 site, )) 142 144 return 143
Note: See TracChangeset for help on using the changeset viewer.