[Zope3-checkins] CVS: zopeproducts/hellopackage/tests - __init__.py:1.1

Viktorija Zaksiene ryzaja@codeworks.lt
Thu, 13 Feb 2003 02:29:03 -0500


Update of /cvs-repository/zopeproducts/hellopackage/tests
In directory cvs.zope.org:/tmp/cvs-serv10437

Added Files:
	__init__.py 
Log Message:
Made hellopackage tests a python package.


=== Added File zopeproducts/hellopackage/tests/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (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.
# 
##############################################################################
"""

$Id: __init__.py,v 1.1 2003/02/13 07:29:02 ryzaja Exp $
"""