[Zope3-checkins] CVS: Zope3/src/zope/index/keyword/tests -
test_keywordindex.py:1.4
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 17:03:06 EST 2004
Update of /cvs-repository/Zope3/src/zope/index/keyword/tests
In directory cvs.zope.org:/tmp/cvs-serv15099/src/zope/index/keyword/tests
Modified Files:
test_keywordindex.py
Log Message:
remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directly
=== Zope3/src/zope/index/keyword/tests/test_keywordindex.py 1.3 => 1.4 ===
--- Zope3/src/zope/index/keyword/tests/test_keywordindex.py:1.3 Sat Aug 2 02:50:47 2003
+++ Zope3/src/zope/index/keyword/tests/test_keywordindex.py Fri Feb 20 17:02:34 2004
@@ -14,7 +14,7 @@
from unittest import TestCase, TestSuite, main, makeSuite
-from zodb.btrees.IIBTree import IISet
+from BTrees.IIBTree import IISet
from zope.index.keyword.index import KeywordIndex
from zope.index.interfaces import IInjection, IStatistics, IKeywordQuerying
from zope.interface.verify import verifyClass
More information about the Zope3-Checkins
mailing list