[Zope3-checkins] CVS: Zope3/lib/python/Persistence/BTrees - Interfaces.py:1.10
Guido van Rossum
guido@python.org
Tue, 13 Aug 2002 13:57:35 -0400
Update of /cvs-repository/Zope3/lib/python/Persistence/BTrees
In directory cvs.zope.org:/tmp/cvs-serv19582/lib/python/Persistence/BTrees
Modified Files:
Interfaces.py
Log Message:
Stamp out the last uses of Interface.Base.
=== Zope3/lib/python/Persistence/BTrees/Interfaces.py 1.9 => 1.10 ===
--- Zope3/lib/python/Persistence/BTrees/Interfaces.py:1.9 Tue Jun 25 18:47:09 2002
+++ Zope3/lib/python/Persistence/BTrees/Interfaces.py Tue Aug 13 13:57:04 2002
@@ -13,7 +13,7 @@
##############################################################################
import OOBTree, Interface, Interface.Standard
-class ICollection(Interface.Base):
+class ICollection(Interface.Interface):
def clear():
"""Remove all of the items from the collection"""
@@ -169,7 +169,7 @@
key=generate_key()
"""
-class IMerge(Interface.Base):
+class IMerge(Interface.Interface):
"""Object with methods for merging sets, buckets, and trees.
These methods are supplied in modules that define collection