source: products/qTopic/tags/1.0/config.py

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

Building directory structure

File size: 245 bytes
Line 
1from Products.ATContentTypes.permission import AddTopics
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.