root/qPloneTabs/tags/0.1/__init__.py
| Revision 349 (checked in by piv, 3 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | from AccessControl import allow_module |
| 2 | from Products.CMFCore.DirectoryView import registerDirectory |
| 3 | |
| 4 | from Products.qPloneTabs.config import SKINS_DIR, GLOBALS |
| 5 | |
| 6 | allow_module('Products.qPloneTabs.utils') |
| 7 | registerDirectory(SKINS_DIR, GLOBALS) |
| 8 | |
| 9 | from Products.qPloneTabs.utils import getPortalTabs |
Note: See TracBrowser for help on using the browser.
