#!/usr/lib/zope2.12/bin/python

import Zope2.Startup.zopectl

if __name__ == '__main__':
    Zope2.Startup.zopectl.run()
