source: products/Plone4ArtistsAudioPatch/trunk/__init__.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 396 bytes
Line 
1from Products.Plone4ArtistsAudio.p4a.z2utils import pkgloader
2
3from Products.CMFCore.DirectoryView import registerDirectory
4from Products.Plone4ArtistsAudioPatch.config import *
5
6registerDirectory(SKINS_DIR, GLOBALS)
7
8initbuilder = pkgloader.InitBuilder(globals=globals())
9initbuilder.setup_pythonpath()
10
11def initialize(context):   
12    pkgloader.load_extrazcml(initbuilder.extralibs_configured)
Note: See TracBrowser for help on using the repository browser.