[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/tests - test_catalog.py:1.6
Anthony Baxter
anthony@interlink.com.au
Mon, 14 Jul 2003 04:31:44 -0400
Update of /cvs-repository/Zope3/src/zope/app/catalog/tests
In directory cvs.zope.org:/tmp/cvs-serv24485/src/zope/app/catalog/tests
Modified Files:
test_catalog.py
Log Message:
index-geddon, part the third:
zope.index.interfaces.index becomes zope.index.interfaces
(thanks srichter for the pointer)
=== Zope3/src/zope/app/catalog/tests/test_catalog.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/catalog/tests/test_catalog.py:1.5 Sun Jul 13 04:30:01 2003
+++ Zope3/src/zope/app/catalog/tests/test_catalog.py Mon Jul 14 04:31:09 2003
@@ -27,7 +27,7 @@
from zope.app.interfaces.catalog.index import ICatalogIndex
from zope.app.interfaces.event import ISubscriber
from zope.app.interfaces.services.hub import IObjectHub
-from zope.index.interfaces.index import ISimpleQuery
+from zope.index.interfaces import ISimpleQuery
from zope.app.catalog.catalog import Catalog
from zope.app.tests.placelesssetup import PlacelessSetup