[Zope3-checkins] CVS: Zope3/src/zope/app/container - btree.py:1.4
Steve Alexander
steve@cat-box.net
Tue, 3 Jun 2003 10:16:07 -0400
Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv27284/src/zope/app/container
Modified Files:
btree.py
Log Message:
removed unneeded implements
=== Zope3/src/zope/app/container/btree.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/container/btree.py:1.3 Mon Dec 30 15:43:49 2002
+++ Zope3/src/zope/app/container/btree.py Tue Jun 3 10:16:05 2003
@@ -29,7 +29,7 @@
class BTreeContainer(SampleContainer, Persistent):
- __implements__ = SampleContainer.__implements__, Persistent.__implements__
+ # implements(what my base classes implement)
# XXX It appears that BTreeContainer uses SampleContainer only to
# get the implementation of setObject(). All the other methods