[Zope3-checkins] CVS: Zope3/src/zope/app/tentative -
interfaces.py:1.1.2.2
Nathan Yergler
nathan at yergler.net
Tue Apr 6 12:17:54 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/tentative
In directory cvs.zope.org:/tmp/cvs-serv20599/src/zope/app/tentative
Modified Files:
Tag: tentative-branch
interfaces.py
Log Message:
Removed IIssue and crufted code carried over from observable package.
=== Zope3/src/zope/app/tentative/interfaces.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/tentative/interfaces.py:1.1.2.1 Thu Apr 1 08:19:03 2004
+++ Zope3/src/zope/app/tentative/interfaces.py Tue Apr 6 12:17:54 2004
@@ -19,14 +19,3 @@
from zope.interface import implements
from zope.interface.interfaces import Interface, IInterface
-class IIssue(Interface):
- pass
-
-class IObservable(Interface):
-
- def notify(event, provided):
- """Notify all subscribers that the event provided has occured."""
-
- def subscribe(required, provided, subscriber):
- """Subscribe to an event for a particular instance."""
-
More information about the Zope3-Checkins
mailing list