[Zope3-checkins] CVS: Zope3/src/zodb/storage - base.py:1.13.2.1
Jeremy Hylton
jeremy@zope.com
Thu, 13 Feb 2003 19:27:03 -0500
Update of /cvs-repository/Zope3/src/zodb/storage
In directory cvs.zope.org:/tmp/cvs-serv25227/storage
Modified Files:
Tag: ZODB3-2-integration-branch
base.py
Log Message:
Get rid of silly close(). Subclasses should define their own.
=== Zope3/src/zodb/storage/base.py 1.13 => 1.13.2.1 ===
--- Zope3/src/zodb/storage/base.py:1.13 Wed Feb 5 18:28:32 2003
+++ Zope3/src/zodb/storage/base.py Thu Feb 13 19:27:02 2003
@@ -92,9 +92,6 @@
raise StorageTransactionError(self, transaction)
return []
- def close(self):
- pass
-
def sortKey(self):
# An implementation should override this if it can be shared
# by multiple processes and / or guarantee that self._name is