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

import ZODB.scripts.repozo

if __name__ == '__main__':
    ZODB.scripts.repozo.main()
