[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - catalog.py:1.27
Nathan Yergler
nathan at yergler.net
Tue Mar 23 11:37:49 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv11653/src/zope/app/catalog
Modified Files:
catalog.py
Log Message:
Removed crufty imports, declarations about IAddNotified and IRemoveNotified
interfaces.
=== Zope3/src/zope/app/catalog/catalog.py 1.26 => 1.27 ===
--- Zope3/src/zope/app/catalog/catalog.py:1.26 Tue Mar 23 10:52:27 2004
+++ Zope3/src/zope/app/catalog/catalog.py Tue Mar 23 11:37:19 2004
@@ -27,7 +27,6 @@
from zope.app.event.interfaces import ISubscriber
from zope.app.annotation.interfaces import IAttributeAnnotatable
from zope.app.utility.interfaces import ILocalUtility
-from zope.app.container.interfaces import IRemoveNotifiable, IAddNotifiable
from zope.app.container.interfaces import IContainer
import zope.app.hub.interfaces as IHub
More information about the Zope3-Checkins
mailing list