|
Last change
on this file since 1591 was
1,
checked in by myroslav, 20 years ago
|
|
Building directory structure
|
-
Property svn:eol-style set to
native
|
|
File size:
342 bytes
|
| 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 repository browser.