[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/tests - test_catalog.py:1.5
Anthony Baxter
anthony@interlink.com.au
Sun, 13 Jul 2003 04:30:35 -0400
Update of /cvs-repository/Zope3/src/zope/app/catalog/tests
In directory cvs.zope.org:/tmp/cvs-serv20654/src/zope/app/catalog/tests
Modified Files:
test_catalog.py
Log Message:
some missed bits from last checkin. (couple of prints)
=== Zope3/src/zope/app/catalog/tests/test_catalog.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/catalog/tests/test_catalog.py:1.4 Sun Jul 13 01:50:54 2003
+++ Zope3/src/zope/app/catalog/tests/test_catalog.py Sun Jul 13 04:30:01 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 IQuerying
+from zope.index.interfaces.index import ISimpleQuery
from zope.app.catalog.catalog import Catalog
from zope.app.tests.placelesssetup import PlacelessSetup
@@ -52,7 +52,7 @@
return gen(self.data.items())
class StubIndex(object):
- implements(IQuerying, ISubscriber, ICatalogIndex, IUIFieldCatalogIndex)
+ implements(ISimpleQuery, ISubscriber, ICatalogIndex, IUIFieldCatalogIndex)
def __init__(self, field_name, interface=None):
self._field_name = field_name