source: products/qPloneTabs/tags/0.2.2/__init__.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 342 bytes
Line 
1from AccessControl import allow_module
2from Products.CMFCore.DirectoryView import registerDirectory
3
4from Products.qPloneTabs.config import SKINS_DIR, GLOBALS
5
6allow_module('Products.qPloneTabs.utils')
7registerDirectory(SKINS_DIR, GLOBALS)
8
9from Products.qPloneTabs.utils import getPortalTabs
10from Products.qPloneTabs.utils import getRootTabs
Note: See TracBrowser for help on using the repository browser.