[Zope3-checkins] CVS: Zope3/src/zope/index/topic - index.py:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri Feb 20 11:58:07 EST 2004
Update of /cvs-repository/Zope3/src/zope/index/topic
In directory cvs.zope.org:/tmp/cvs-serv22507/src/zope/index/topic
Modified Files:
index.py
Log Message:
update to replace ZODB 4 with ZODB 3
=== Zope3/src/zope/index/topic/index.py 1.2 => 1.3 ===
--- Zope3/src/zope/index/topic/index.py:1.2 Thu Jul 17 14:38:35 2003
+++ Zope3/src/zope/index/topic/index.py Fri Feb 20 11:57:37 2004
@@ -14,7 +14,7 @@
"""Topic index"""
-from persistence import Persistent
+from persistent import Persistent
from zodb.btrees.OOBTree import OOBTree
from zodb.btrees.IIBTree import IISet, union, intersection
More information about the Zope3-Checkins
mailing list