|
Revision 792
(checked in by chervol, 2 years ago)
|
initial import
|
- Property svn:eol-style set to
native
|
| 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) |
|---|