|
Last change
on this file since 792 was
1,
checked in by myroslav, 21 years ago
|
|
Building directory structure
|
-
Property svn:eol-style set to
native
|
|
File size:
396 bytes
|
| Line | |
|---|
| 1 | from Products.Plone4ArtistsAudio.p4a.z2utils import pkgloader |
|---|
| 2 | |
|---|
| 3 | from Products.CMFCore.DirectoryView import registerDirectory |
|---|
| 4 | from Products.Plone4ArtistsAudioPatch.config import * |
|---|
| 5 | |
|---|
| 6 | registerDirectory(SKINS_DIR, GLOBALS) |
|---|
| 7 | |
|---|
| 8 | initbuilder = pkgloader.InitBuilder(globals=globals()) |
|---|
| 9 | initbuilder.setup_pythonpath() |
|---|
| 10 | |
|---|
| 11 | def initialize(context): |
|---|
| 12 | pkgloader.load_extrazcml(initbuilder.extralibs_configured) |
|---|
Note: See
TracBrowser
for help on using the repository browser.