root/qPloneGoogleSitemaps/tags/0.6/__init__.py
| Revision 1089 (checked in by crchemist, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | import Globals |
| 2 | |
| 3 | from Products.CMFCore.DirectoryView import registerDirectory |
| 4 | from AccessControl import allow_module |
| 5 | |
| 6 | registerDirectory('skins', globals()) |
| 7 | qPGS_globals = globals() |
| 8 | |
| 9 | allow_module('Products.qPloneGoogleSitemaps.utils.py') |
| 10 | allow_module('Products.qPloneGoogleSitemaps.config.py') |
Note: See TracBrowser for help on using the browser.
