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

import ZEO.runzeo

if __name__ == '__main__':
    ZEO.runzeo.main()
