[Zope-CVS] CVS: Products3/PsycopgDA/Views - __init__.py:1.1 configure.zcml:1.1
Viktorija Zaksiene
ryzaja@codeworks.lt
Wed, 13 Nov 2002 05:13:23 -0500
Update of /cvs-repository/Products3/PsycopgDA/Views
In directory cvs.zope.org:/tmp/cvs-serv10085/Views
Added Files:
__init__.py configure.zcml
Log Message:
Moved Zope 3 PostgreSQL database adapter to Products3 from Products
=== Added File Products3/PsycopgDA/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 Products3/PsycopgDA/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<include package=".Browser" />
</zopeConfigure>