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

import Zope2.Startup.run

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