[Zodb-checkins] CVS: ZEO/ZEO - ClientStorage.py:1.35.6.8
Jeremy Hylton
jeremy@zope.com
Mon, 28 Jan 2002 17:39:05 -0500
Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv21034
Modified Files:
Tag: Standby-branch
ClientStorage.py
Log Message:
Delete second def close() statement.
Why does this always happen to me?
=== ZEO/ZEO/ClientStorage.py 1.35.6.7 => 1.35.6.8 ===
return oids
- def close(self):
- self._rpc_mgr.close()
- if self._cache is not None:
- self._cache.close()
-
def commitVersion(self, src, dest, transaction):
if self._is_read_only:
raise POSException.ReadOnlyError()