[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB/GadflyDA/Views - __init__.py:1.1 configure.zcml:1.1
Albertas Agejevas
alga@codeworks.lt
Tue, 5 Nov 2002 12:34:40 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB/GadflyDA/Views
In directory cvs.zope.org:/tmp/cvs-serv8544/GadflyDA/Views
Added Files:
__init__.py configure.zcml
Log Message:
Added Gadfly DA which was previously in an incorrect CVS module.
Small cleanups (the tests now use a temp directory for creating databases).
Oh, this move is based an agreement between Jim and Stephan Richter that
GadflyDA belongs as a default "batteries included" adapter in Zope3.
=== Added File Zope3/lib/python/Zope/App/RDB/GadflyDA/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.
#
##############################################################################
=== Added File Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<include package=".Browser" />
</zopeConfigure>