[Zope3-checkins] CVS: Zope3/src/zope/app/index - adapters.py:1.7
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 17:03:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index
In directory cvs.zope.org:/tmp/cvs-serv15099/src/zope/app/index
Modified Files:
adapters.py
Log Message:
remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directly
=== Zope3/src/zope/app/index/adapters.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/index/adapters.py:1.6 Tue Aug 19 09:14:50 2003
+++ Zope3/src/zope/app/index/adapters.py Fri Feb 20 17:02:29 2004
@@ -16,7 +16,7 @@
$Id$
"""
from zope.index.interfaces import IQuerying, ISimpleQuery, IKeywordQuerying
-from zodb.btrees.IIBTree import IISet
+from BTrees.IIBTree import IISet
class SimpleQuery:
"Call an IQuerying search, return only the hubids"
More information about the Zope3-Checkins
mailing list