[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - index.py:1.18
Philipp von Weitershausen
philikon at philikon.de
Mon Mar 1 06:46:58 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv30793/index/text
Modified Files:
index.py
Log Message:
Catalog, its interfaces and its browser views are now located in
zope.app.catalog.
=== Zope3/src/zope/app/index/text/index.py 1.17 => 1.18 ===
--- Zope3/src/zope/app/index/text/index.py:1.17 Sun Sep 21 13:31:55 2003
+++ Zope3/src/zope/app/index/text/index.py Mon Mar 1 06:46:27 2004
@@ -32,7 +32,7 @@
from zope.app.interfaces.index.text import IUITextIndex, IUITextCatalogIndex
from zope.interface import implements
from zope.app.index import InterfaceIndexingSubscriber
-from zope.app.interfaces.catalog.index import ICatalogIndex
+from zope.app.catalog.interfaces.index import ICatalogIndex
class TextCatalogIndex(InterfaceIndexingSubscriber, TextIndexWrapper,
More information about the Zope3-Checkins
mailing list