source: products/adsenseproduct/trunk/__init__.py

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

Building directory structure

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