[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/tests - test_catalog.py:1.10

Fred L. Drake, Jr. fred at zope.com
Fri Feb 20 17:02:58 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/catalog/tests
In directory cvs.zope.org:/tmp/cvs-serv15099/src/zope/app/catalog/tests

Modified Files:
	test_catalog.py 
Log Message:


remove use of the ZODB 4 "zodb" facade package; use ZODB 3 directly


=== Zope3/src/zope/app/catalog/tests/test_catalog.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/catalog/tests/test_catalog.py:1.9	Tue Nov  4 22:08:22 2003
+++ Zope3/src/zope/app/catalog/tests/test_catalog.py	Fri Feb 20 17:02:28 2004
@@ -32,7 +32,7 @@
 from zope.app.tests.placelesssetup import PlacelessSetup
 from zope.component import getServiceManager
 from zope.app.services.servicenames import HubIds
-from zodb.btrees.IIBTree import IISet
+from BTrees.IIBTree import IISet
 
 from zope.app.index.tests.test_objectretrievingprocessor import FakeObjectHub
 




More information about the Zope3-Checkins mailing list