root/qPloneTabs/tags/0.2.2/__init__.py

Revision 489 (checked in by piv, 2 years ago)

edit any number of items at the same time

  • Property svn:eol-style set to native
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
10 from Products.qPloneTabs.utils import getRootTabs
Note: See TracBrowser for help on using the browser.