source: products/qTopic/branches/plone2.0.5/config.py

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 281 bytes
Line 
1from Products.ATContentTypes.Permissions import ADD_CONTENT_PERMISSION, ADD_TOPIC_PERMISSION
2from Products.CMFCore import CMFCorePermissions
3
4PROJECTNAME = 'qTopic'
5SKINS_DIR = 'skins'
6SKINS_SUBDIR = 'qtopic'
7VIEW_CONTENT_PERMISSION = CMFCorePermissions.View
8
9
10GLOBALS = globals()
Note: See TracBrowser for help on using the repository browser.