root/adsenseproduct/trunk/__init__.py
| Revision 602 (checked in by mylan, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | from Products.CMFCore.DirectoryView import registerDirectory |
| 2 | from config import GLOBALS |
| 3 | |
| 4 | registerDirectory('skins', GLOBALS) |
| 5 | |
| 6 | def initialize(context): |
| 7 | from AccessControl import allow_module |
| 8 | allow_module('Products.adsenseproduct.util') |
Note: See TracBrowser for help on using the browser.
