source: WAeUP_SRP/trunk/patches/PatchCPSMembershipTool.py @ 3687

Last change on this file since 3687 was 3673, checked in by jens, 16 years ago
  • unclutter package by moving all patch files into a dedicated subfolder and importing it.
File size: 352 bytes
Line 
1#-*- mode: python; mode: fold -*-
2from Products.CPSCore.CPSMembershipTool import CPSMembershipTool
3CPSMembershipTool.roles_managing_local_roles = ('WorkspaceManager',
4                                                'SectionManager',
5                                                'SectionOfficer',
6                                                )
7
8
Note: See TracBrowser for help on using the repository browser.