|
Last change
on this file since 134 was
1,
checked in by myroslav, 21 years ago
|
|
Building directory structure
|
|
File size:
358 bytes
|
| 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 repository browser.