root/qPloneTabs/tags/0.2.1/__init__.py

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

reverting: updated version.txt 0.2.1

  • 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
Note: See TracBrowser for help on using the browser.