[Zope-CVS] CVS: ZopeProducts - __init__.py:1.1
Jim Fulton
jim@zope.com
Tue, 3 Sep 2002 12:18:26 -0400
Update of /cvs-repository/ZopeProducts
In directory cvs.zope.org:/tmp/cvs-serv18149
Added Files:
__init__.py
Log Message:
Added __init__.py to ZopeProducts to make it a package.
=== Added File ZopeProducts/__init__.py ===
##############################################################################
#
# Copyright (c) 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.
#
##############################################################################
"""This package is a convenient place to put Zope 3 products.
$Id: __init__.py,v 1.1 2002/09/03 16:18:25 jim Exp $
"""
##############################################################################
#
# DON'T PUT ANY PYTHON CODE IN THIS FILE
#
##############################################################################