source: products/qTopic/trunk/config.py @ 1

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

Building directory structure

File size: 245 bytes
RevLine 
[1]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.