[Zodb-checkins] CVS: ZODB3/ZODB - BaseStorage.py:1.36.2.4
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 24 12:54:22 EST 2003
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv18903
Modified Files:
Tag: ZODB3-mvcc-2-branch
BaseStorage.py
Log Message:
Provide a default cleanup() method for all storages that don't have
one.
=== ZODB3/ZODB/BaseStorage.py 1.36.2.3 => 1.36.2.4 ===
--- ZODB3/ZODB/BaseStorage.py:1.36.2.3 Wed Nov 12 17:20:15 2003
+++ ZODB3/ZODB/BaseStorage.py Mon Nov 24 12:54:21 2003
@@ -66,6 +66,9 @@
def close(self):
pass
+ def cleanup(self):
+ pass
+
def sortKey(self):
"""Return a string that can be used to sort storage instances.
More information about the Zodb-checkins
mailing list