source: products/qPloneTabs/branches/plone3/__init__.py @ 3664

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

Building directory structure

  • Property svn:eol-style set to native
File size: 388 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')
7allow_module('Products.qPloneTabs.config')
8registerDirectory(SKINS_DIR, GLOBALS)
9
10from Products.qPloneTabs.utils import getPortalActions
11from Products.qPloneTabs.utils import getRootTabs
Note: See TracBrowser for help on using the repository browser.