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

Philipp von Weitershausen philikon at philikon.de
Mon Mar 1 06:46:57 EST 2004


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

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/keyword/index.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/keyword/index.py:1.3	Sun Aug 17 02:06:54 2003
+++ Zope3/src/zope/app/index/keyword/index.py	Mon Mar  1 06:46:26 2004
@@ -20,7 +20,7 @@
 from zope.interface import implements
 
 from zope.app.interfaces.index.keyword import IUIKeywordCatalogIndex
-from zope.app.interfaces.catalog.index import ICatalogIndex
+from zope.app.catalog.interfaces.index import ICatalogIndex
 from zope.app.index import InterfaceIndexingSubscriber
 
 class KeywordCatalogIndex(InterfaceIndexingSubscriber, KeywordIndex):




More information about the Zope3-Checkins mailing list