[Zope-Checkins] CVS: Zope3/lib/python/Zope/Event - ISubscriber.py:1.1.2.3
Steve Alexander
steve@cat-box.net
Fri, 22 Feb 2002 13:54:59 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Event
In directory cvs.zope.org:/tmp/cvs-serv10936
Modified Files:
Tag: Zope-3x-branch
ISubscriber.py
Log Message:
fixed typo
=== Zope3/lib/python/Zope/Event/ISubscriber.py 1.1.2.2 => 1.1.2.3 ===
"""
-from Interfaces import Interface
+from Interface import Interface
class ISubscriber(Interface):
"""Interface for objects which receiving event notifications."""