[Zope3-checkins] CVS: Zope3/src/zope/index/field/tests -
test_fieldindex.py:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 17:03:06 EST 2004
Update of /cvs-repository/Zope3/src/zope/index/field/tests
In directory cvs.zope.org:/tmp/cvs-serv15099/src/zope/index/field/tests
Modified Files:
test_fieldindex.py
Log Message:
remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directly
=== Zope3/src/zope/index/field/tests/test_fieldindex.py 1.2 => 1.3 ===
--- Zope3/src/zope/index/field/tests/test_fieldindex.py:1.2 Mon Jul 14 04:31:27 2003
+++ Zope3/src/zope/index/field/tests/test_fieldindex.py Fri Feb 20 17:02:33 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.field.index import FieldIndex
from zope.interface.verify import verifyClass
More information about the Zope3-Checkins
mailing list