[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - __init__.py:1.1.2.5
Gary Poster
garyposter@earthlink.net
Mon, 22 Apr 2002 15:43:33 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv12029
Modified Files:
Tag: Zope-3x-branch
__init__.py
Log Message:
cleaned up notes to myself ;-)
=== Zope3/lib/python/Zope/Event/__init__.py 1.1.2.4 => 1.1.2.5 ===
"""
-from IEventService import IEventService
-
from hooks import getEventService, publishEvent, subscribe, unsubscribe
def _clear():
from EventService import _clear; _clear()
-# __implements__ = IEventService # why do this? so you can treat the
-# package like the service? still, why? and this means we can't do the
-# contextual service hooks, because they in fact do not match the same
-# interface