[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/index - text.py:1.2
Andy Hird
andyh@ekit-inc.com
Sun, 13 Jul 2003 01:51:41 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces/index
In directory cvs.zope.org:/tmp/cvs-serv24050/src/zope/app/interfaces/index
Modified Files:
text.py
Log Message:
Index-Interface-Geddon. Moving all the index interfaces to
zope.index.interfaces
As part of this we removed several duplicate interfaces and cleaned up
some existing ones. Most users of index interfaces should only need
zope.index.interfaces.index
=== Zope3/src/zope/app/interfaces/index/text.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/interfaces/index/text.py:1.1 Sat Dec 28 12:49:27 2002
+++ Zope3/src/zope/app/interfaces/index/text.py Sun Jul 13 01:51:06 2003
@@ -32,7 +32,7 @@
returning None indicates the object should not be indexed
"""
-from zope.textindex.textindexinterfaces import IStatistics
+from zope.index.interfaces.index import IStatistics
class IUITextIndex(IStatistics):