root/qTopic/branches/plone2.0.5/config.py

Revision 71 (checked in by chervol, 3 years ago)

deleted svn:executable

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