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

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/tests
In directory cvs.zope.org:/tmp/cvs-serv24867/index/keyword/tests

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


=== Zope3/src/zope/app/index/keyword/tests/test_index.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/keyword/tests/test_index.py:1.3	Fri Nov 21 12:12:07 2003
+++ Zope3/src/zope/app/index/keyword/tests/test_index.py	Tue Mar  2 09:40:11 2004
@@ -25,7 +25,7 @@
 from zope.app.services.hub import \
     ObjectRegisteredHubEvent, ObjectUnregisteredHubEvent, ObjectModifiedHubEvent
 from zope.app.index.keyword.index import KeywordCatalogIndex
-from zope.app.interfaces.index.keyword import IUIKeywordCatalogIndex
+from zope.app.index.interfaces.keyword import IUIKeywordCatalogIndex
 
 class ISomeInterface(Interface):
     someField = Attribute("")




More information about the Zope3-Checkins mailing list