root/qPloneCaptchas/tags/0.8/__init__.py
| Revision 341 (checked in by chervol, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | from Products.CMFCore.DirectoryView import registerDirectory |
| 2 | from config import GLOBALS |
| 3 | from AccessControl import allow_module |
| 4 | |
| 5 | allow_module('Products.qPloneCaptchas.utils') |
| 6 | allow_module('Products.qPloneCaptchas.config') |
| 7 | |
| 8 | registerDirectory('skins', GLOBALS) |
Note: See TracBrowser for help on using the browser.
