root/qRSS2Syndication/trunk/__init__.py
| Revision 30 (checked in by chervol, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | from AccessControl import allow_module |
| 2 | from Products.CMFCore.DirectoryView import registerDirectory, registerFileExtension |
| 3 | from config import GLOBALS |
| 4 | |
| 5 | allow_module('Products.qRSS2Syndication.utils.py') |
| 6 | |
| 7 | PROJECTNAME = "qRSS2Syndication" |
| 8 | SKINS_DIR='skins' |
| 9 | |
| 10 | |
| 11 | registerDirectory(SKINS_DIR , GLOBALS) |
Note: See TracBrowser for help on using the browser.
