source: products/qPloneGoogleSitemaps/tags/0.5/__init__.py @ 1

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

Building directory structure

File size: 291 bytes
Line 
1import Globals
2
3from Products.CMFCore.DirectoryView import registerDirectory
4from AccessControl import allow_module
5
6registerDirectory('skins', globals())
7qPGS_globals = globals()
8
9allow_module('Products.qPloneGoogleSitemaps.utils.py')
10allow_module('Products.qPloneGoogleSitemaps.config.py')
Note: See TracBrowser for help on using the repository browser.