source: products/qPloneComments/tags/1.7.2/__init__.py @ 1591

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

Building directory structure

File size: 280 bytes
Line 
1from Products.CMFCore.DirectoryView import registerDirectory
2from AccessControl import allow_module
3
4from  config import *
5import patch
6
7registerDirectory(SKINS_DIR, GLOBALS)
8
9allow_module('Products.qPloneComments.config')
10allow_module('Products.qPloneComments.utils')
11
Note: See TracBrowser for help on using the repository browser.