[Zope3-checkins] CVS: Zope3/src/zope/app/catalog - catalog.py:1.23
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:41 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/catalog
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/catalog
Modified Files:
catalog.py
Log Message:
Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.
=== Zope3/src/zope/app/catalog/catalog.py 1.22 => 1.23 ===
--- Zope3/src/zope/app/catalog/catalog.py:1.22 Thu Mar 11 04:19:23 2004
+++ Zope3/src/zope/app/catalog/catalog.py Thu Mar 11 07:38:10 2004
@@ -26,7 +26,7 @@
from zope.app.services.servicenames import HubIds
from zope.app.event.interfaces import ISubscriber
from zope.app.interfaces.annotation import IAttributeAnnotatable
-from zope.app.interfaces.services.utility import ILocalUtility
+from zope.app.utility.interfaces import ILocalUtility
from zope.app.container.interfaces import IRemoveNotifiable, IAddNotifiable
from zope.app.container.interfaces import IContainer
More information about the Zope3-Checkins
mailing list