Changeset 6370 for main/waeup.sirp/trunk/src/waeup/sirp/applicants
- Timestamp:
- 15 Jun 2011, 12:47:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/root.py
r6348 r6370 39 39 grok.implements(IApplicantsRoot) 40 40 41 local_roles = ['waeup.ApplicationsOfficer'] 42 41 43 @property 42 44 def logger(self): … … 74 76 return logger 75 77 76 @property77 def local_roles(cls):78 return ['waeup.ApplicationsOfficer']79 78 80 79 class ApplicantsPlugin(grok.GlobalUtility):
Note: See TracChangeset for help on using the changeset viewer.