[Zope3-checkins] CVS: Zope3/src/zodb/storage - base.py:1.26.2.1
Jeremy Hylton
jeremy@zope.com
Thu, 17 Apr 2003 18:49:50 -0400
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv23316
Modified Files:
Tag: jeremy-new-pack-branch
base.py
Log Message:
Add _clear_temp() to the list of methods subclasses should implement.
=== Zope3/src/zodb/storage/base.py 1.26 => 1.26.2.1 ===
--- Zope3/src/zodb/storage/base.py:1.26 Wed Apr 9 13:54:51 2003
+++ Zope3/src/zodb/storage/base.py Thu Apr 17 18:49:49 2003
@@ -80,6 +80,7 @@
_vote()
_abort()
_finish()
+ _clear_temp()
If the subclass wants to implement IUndoStorage, it must implement
all the methods in that interface.