[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views - __init__.py:1.1 configure.zcml:1.1
Marius Gedminas
mgedmin@codeworks.lt
Thu, 3 Oct 2002 07:56:34 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views
In directory cvs.zope.org:/tmp/cvs-serv31053/Views
Added Files:
__init__.py configure.zcml
Log Message:
The beginning of a caching service
=== Added File Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/__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.
#
##############################################################################
"""Caching service views.
$Id: __init__.py,v 1.1 2002/10/03 11:56:33 mgedmin Exp $
"""
=== Added File Zope3/lib/python/Zope/App/OFS/Services/CachingService/Views/configure.zcml ===
<zopeConfigure
xmlns="http://namespaces.zope.org/zope"
>
<include package=".Browser"/>
</zopeConfigure>