[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/index - text.py:1.4

Anthony Baxter anthony@interlink.com.au
Mon, 14 Jul 2003 04:31:57 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/index
In directory cvs.zope.org:/tmp/cvs-serv24485/src/zope/app/interfaces/index

Modified Files:
	text.py 
Log Message:
index-geddon, part the third:

zope.index.interfaces.index becomes zope.index.interfaces
(thanks srichter for the pointer)


=== Zope3/src/zope/app/interfaces/index/text.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/index/text.py:1.3	Sun Jul 13 04:23:19 2003
+++ Zope3/src/zope/app/interfaces/index/text.py	Mon Jul 14 04:31:22 2003
@@ -32,7 +32,7 @@
         returning None indicates the object should not be indexed
         """
 
-from zope.index.interfaces.index import IStatistics
+from zope.index.interfaces import IStatistics
 
 class IUITextCatalogIndex(IStatistics):