[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security/Grants/Views - __init__.py:1.1 configure.zcml:1.1
Jim Fulton
jim@zope.com
Thu, 20 Jun 2002 11:55:01 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Security/Grants/Views
In directory cvs.zope.org:/tmp/cvs-serv15462/lib/python/Zope/App/Security/Grants/Views
Added Files:
__init__.py configure.zcml
Log Message:
implemented:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/MergeSecurityIntoZopeNamespace
While I was at it, I couldn't resist implementing a variation of:
http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/SecurityPackageReorg
which was a lot more work.
=== Added File Zope3/lib/python/Zope/App/Security/Grants/Views/__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.
#
##############################################################################
"""XXX short summary goes here.
XXX longer description goes here.
$Id: __init__.py,v 1.1 2002/06/20 15:55:00 jim Exp $
"""
=== Added File Zope3/lib/python/Zope/App/Security/Grants/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope' >
<include package=".Browser" />
</zopeConfigure>