[Zope3-checkins] CVS: Zope3/src/zope/index/keyword - index.py:1.6

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


Update of /cvs-repository/Zope3/src/zope/index/keyword
In directory cvs.zope.org:/tmp/cvs-serv22507/src/zope/index/keyword

Modified Files:
	index.py 
Log Message:


update to replace ZODB 4 with ZODB 3


=== Zope3/src/zope/index/keyword/index.py 1.5 => 1.6 ===
--- Zope3/src/zope/index/keyword/index.py:1.5	Sat Aug  2 03:51:48 2003
+++ Zope3/src/zope/index/keyword/index.py	Fri Feb 20 11:57:35 2004
@@ -14,7 +14,7 @@
 
 """Keyword index"""
 
-from persistence import Persistent
+from persistent import Persistent
 
 from zodb.btrees.IOBTree import IOBTree
 from zodb.btrees.OOBTree import OOBTree, OOSet, difference 




More information about the Zope3-Checkins mailing list