[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - index.py:1.10
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 23:54:26 -0400
Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv12584/src/zope/app/index/field
Modified Files:
index.py
Log Message:
index-geddon, part the second.
Moved zope.textindex and zope.fieldindex into zope.index.text and
zope.index.field, respectively. Shouldn't need any module aliases
for the old ones, as people shouldn't be instantiating the classes
in zope.textindex or zope.fieldindex directly - instead, they should
be going via zope.app.index.field.index and zope.app.index.text.index.
=== Zope3/src/zope/app/index/field/index.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/index/field/index.py:1.9 Sun Jul 13 04:23:13 2003
+++ Zope3/src/zope/app/index/field/index.py Sun Jul 13 23:53:20 2003
@@ -25,7 +25,7 @@
from zope.app.services.servicenames import HubIds
from zope.context import ContextMethod
from zope.app.interfaces.event import ISubscriber
-from zope.fieldindex.fieldindex import FieldIndex as FieldIndexWrapper
+from zope.index.field.index import FieldIndex as FieldIndexWrapper
from zope.interface import implements
from zope.app.interfaces.services.hub import \