[Zope3-checkins] CVS: Zope3/src/zope/app - attributeannotations.py:1.9

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


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

Modified Files:
	attributeannotations.py 
Log Message:


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


=== Zope3/src/zope/app/attributeannotations.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/attributeannotations.py:1.8	Fri Feb 13 17:24:08 2004
+++ Zope3/src/zope/app/attributeannotations.py	Fri Feb 20 17:02:27 2004
@@ -15,7 +15,7 @@
 
 $Id$
 """
-from zodb.btrees.OOBTree import OOBTree
+from BTrees.OOBTree import OOBTree
 from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
 from zope.proxy import removeAllProxies
 from zope.interface import implements




More information about the Zope3-Checkins mailing list