[Zope-CVS] CVS: Packages/GadflyDA/Views - __init__.py:1.1 configure.zcml:1.1

Albertas Agejevas alga@codeworks.lt
Wed, 7 Aug 2002 06:54:18 -0400


Update of /cvs-repository/Packages/GadflyDA/Views
In directory cvs.zope.org:/tmp/cvs-serv15715/Views

Added Files:
	__init__.py configure.zcml 
Log Message:
Initial implementation of Gadfly DA.
Includes the patched gadfly version from Zope 2 ZGadflyDA

=== Added File Packages/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 Packages/GadflyDA/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

<include package=".Browser" />

</zopeConfigure>