def setUpZope(self, app, configurationContext): # load ZCML import plone.app.theming.tests xmlconfig.file('configure.zcml', plone.app.theming.tests, context=configurationContext) # Run the startup hook from plone.app.theming.plugins.hooks import onStartup onStartup(None)
def setUpZope(self, app, configurationContext): import rapido.plone.tests xmlconfig.file('configure.zcml', rapido.plone.tests, context=configurationContext) # Run the startup hook from plone.app.theming.plugins.hooks import onStartup onStartup(None)
def setUpZope(self, app, configurationContext): # load ZCML import plone.app.theming.tests import plone.app.caching xmlconfig.file('configure.zcml', plone.app.caching, context=configurationContext) xmlconfig.file('configure.zcml', plone.app.theming.tests, context=configurationContext) # Run the startup hook from plone.app.theming.plugins.hooks import onStartup onStartup(None)
def setUpZope(self, app, configurationContext): self.loadZCML(package=plone.app.theming) xmlconfig.file( 'configure.zcml', plone.app.theming, context=configurationContext ) self.loadZCML(package=ploneintranet.themeswitcher) xmlconfig.file( 'configure.zcml', ploneintranet.themeswitcher, context=configurationContext ) # Run the startup hook from plone.app.theming.plugins.hooks import onStartup onStartup(None)