source: products/qPloneCaptchas/tags/0.8/__init__.py @ 1

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

Building directory structure

  • Property svn:eol-style set to native
File size: 257 bytes
Line 
1from Products.CMFCore.DirectoryView import registerDirectory
2from config import GLOBALS
3from AccessControl import allow_module
4
5allow_module('Products.qPloneCaptchas.utils')
6allow_module('Products.qPloneCaptchas.config')
7
8registerDirectory('skins', GLOBALS)
Note: See TracBrowser for help on using the repository browser.