- Timestamp:
- 16 Jun 2014, 08:29:22 (10 years ago)
- Location:
- main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni/permissions.py
r10765 r11687 20 20 21 21 22 class C RPUOfficer(CCOfficer):22 class CustomCCOfficer(CCOfficer): 23 23 """ Permissions of Computer Center members. 24 24 … … 28 28 29 29 grok.name('waeup.CCOfficer') 30 grok.title(u' CC Officer')30 grok.title(u'Our CC Officer')
Note: See TracChangeset for help on using the changeset viewer.