[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching - __init__.py:1.1

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 05:51:09 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching
In directory cvs.zope.org:/tmp/cvs-serv19671

Added Files:
	__init__.py 
Log Message:
Added missing __init__.py

=== Added File Zope3/lib/python/Zope/App/Caching/__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.
# 
##############################################################################
"""Caching framework.

$Id: __init__.py,v 1.1 2002/10/03 09:51:09 mgedmin Exp $
"""