source: products/quintagroup.portlet.collection/trunk/quintagroup/portlet/collection/__init__.py

Last change on this file was 1572, checked in by fenix, 14 years ago

initial package import

File size: 366 bytes
RevLine 
[1572]1from zope.i18nmessageid import MessageFactory
2MessageFactory = MessageFactory('quintagroup.portlet.collection')
3
4from Products.CMFCore.permissions import setDefaultRoles
5
6PROJECTNAME = "quintagroup.portlet.collection"
7DEFAULT_ADD_CONTENT_PERMISSION = "%s: Add collection portlet" % PROJECTNAME
8
9setDefaultRoles(DEFAULT_ADD_CONTENT_PERMISSION, ('Manager', 'Owner',))
Note: See TracBrowser for help on using the repository browser.