#!/usr/bin/python

import sys
sys.path.insert(0,"/usr/lib/zope/lib/python")
from ZEO.mkzeoinst import ZEOInstanceBuilder
ZEOInstanceBuilder().run()
