[Zope3-checkins] CVS: Zope3/src/zope/app/index - processors.py:1.16
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:34 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/index
Modified Files:
processors.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/index/processors.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/index/processors.py:1.15 Sat Mar 13 15:24:08 2004
+++ Zope3/src/zope/app/index/processors.py Sat Mar 13 18:55:03 2004
@@ -21,7 +21,7 @@
from zope.app.index.interfaces import IQueryProcessor
from zope.component import getService
-from zope.app.services.servicenames import HubIds
+from zope.app.servicenames import HubIds
from zope.app.container.contained import Contained
from zope.interface import implements
More information about the Zope3-Checkins
mailing list