Commit ebff55be authored by Richard Jones's avatar Richard Jones

*ahem* ... an nobody notice ;)

parent 6c79cd9d
# this function will actually start up a Zope instance
def run():
import App.config
from Zope.Startup import handlers, options, start_zope
opts = options.ZopeOptions()
opts.realize()
handlers.handleConfig(opts.configroot, opts.confighandlers)
App.config.setConfiguration(opts.configroot)
start_zope(opts.configroot)
if __name__ == '__main__':
run()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment