#!/usr/bin/env python2.3 ############################################################################## # # Copyright (c) 2004 Zope Corporation and Contributors. # All Rights Reserved. # # This software is subject to the provisions of the Zope Public License, # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS # FOR A PARTICULAR PURPOSE. # ############################################################################## """Test script $Id: test.py 25177 2004-06-02 13:17:31Z jim $ """ import sys, os here = os.path.dirname(os.path.realpath(__file__)) sys.path.append(os.path.join(here, 'src')) import zope.app.tests.test if __name__ == '__main__': zope.app.tests.test.process_args()