source:
products/qRSS2Syndication/tags/0.5/__init__.py
| Last change on this file was 1, checked in by myroslav, 20 years ago | |
|---|---|
| File size: 313 bytes | |
| 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 repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)