[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/Views - __init__.py:1.1.2.1 views.zcml:1.1.2.1

Gary Poster garyposter@earthlink.net
Tue, 21 May 2002 09:44:10 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/Views
In directory cvs.zope.org:/tmp/cvs-serv25923/lib/python/Zope/App/OFS/Services/LocalEventService/Views

Added Files:
      Tag: Zope-3x-branch
	__init__.py views.zcml 
Log Message:
A few more bug fixes and tweaks to various event service and service manager files; a very rudimentary view for the event service (it doesn't show much information because not much information is available from the interfaces!).  The event service prototype should be ready for folks to play with a bit now.


=== Added File Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/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.
# 
##############################################################################
"""Local Event Service Views"""




=== Added File Zope3/lib/python/Zope/App/OFS/Services/LocalEventService/Views/views.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>

<include package=".Browser" 
         file="browser.zcml" />

</zopeConfigure>