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

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 09:40:42 EST 2004


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

Modified Files:
	configure.zcml index.py 
Log Message:
Moved index interfaces and browser views to zope.app.index.


=== Zope3/src/zope/app/index/keyword/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/keyword/configure.zcml:1.3	Fri Aug 22 16:02:16 2003
+++ Zope3/src/zope/app/index/keyword/configure.zcml	Tue Mar  2 09:40:11 2004
@@ -4,11 +4,11 @@
 
   <require
       permission="zope.ManageServices"
-      interface="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex"
+      interface="zope.app.index.interfaces.keyword.IUIKeywordCatalogIndex"
       />
   <require
       permission="zope.ManageContent"
-      set_schema="zope.app.interfaces.index.keyword.IUIKeywordCatalogIndex"
+      set_schema="zope.app.index.interfaces.keyword.IUIKeywordCatalogIndex"
       />
 
   <implements


=== Zope3/src/zope/app/index/keyword/index.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/keyword/index.py:1.4	Mon Mar  1 06:46:26 2004
+++ Zope3/src/zope/app/index/keyword/index.py	Tue Mar  2 09:40:11 2004
@@ -19,7 +19,7 @@
 from zope.index.keyword.index import KeywordIndex 
 from zope.interface import implements
 
-from zope.app.interfaces.index.keyword import IUIKeywordCatalogIndex
+from zope.app.index.interfaces.keyword import IUIKeywordCatalogIndex
 from zope.app.catalog.interfaces.index import ICatalogIndex
 from zope.app.index import InterfaceIndexingSubscriber
 




More information about the Zope3-Checkins mailing list