root/qPloneComments/tags/2.2.0/__init__.py
| Revision 375, 358 bytes (checked in by crchemist, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | from Products.CMFCore.DirectoryView import registerDirectory |
| 2 | from AccessControl import allow_module, Permission |
| 3 | |
| 4 | from config import * |
| 5 | import patch |
| 6 | |
| 7 | registerDirectory(SKINS_DIR, GLOBALS) |
| 8 | |
| 9 | allow_module('Products.qPloneComments.config') |
| 10 | allow_module('Products.qPloneComments.utils') |
| 11 | |
| 12 | Permission.registerPermissions((('Moderate Discussion', (), ('Manager',)),)) |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/products/chrome/common/qtrac_logo.png)