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

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


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

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


=== Zope3/src/zope/app/index/field/tests/test_index.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/index/field/tests/test_index.py:1.5	Fri Nov 21 12:12:07 2003
+++ Zope3/src/zope/app/index/field/tests/test_index.py	Tue Mar  2 09:40:09 2004
@@ -30,7 +30,7 @@
      IRegistrationHubEvent, IObjectModifiedHubEvent
 from zope.app.services.hub import ObjectRegisteredHubEvent
 from zope.app.index.field.index import FieldIndex
-from zope.app.interfaces.index.field import IUIFieldIndex
+from zope.app.index.interfaces.field import IUIFieldIndex
 
 class ISomeInterface(Interface):
     someField = Attribute("")




More information about the Zope3-Checkins mailing list