source: products/qPloneGoogleSitemaps/trunk/__init__.py @ 51

Last change on this file since 51 was 50, checked in by crchemist, 18 years ago

rename file

File size: 292 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.