[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.106.2.3
Jeremy Hylton
jeremy at zope.com
Wed Sep 10 23:36:33 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv16216/ZEO
Modified Files:
Tag: ZODB3-3_2-branch
ClientStorage.py
Log Message:
Promote to new-style classes to help with leak detection.
=== ZODB3/ZEO/ClientStorage.py 1.106.2.2 => 1.106.2.3 ===
--- ZODB3/ZEO/ClientStorage.py:1.106.2.2 Thu Sep 4 18:26:34 2003
+++ ZODB3/ZEO/ClientStorage.py Wed Sep 10 22:36:32 2003
@@ -78,7 +78,7 @@
MB = 1024**2
-class ClientStorage:
+class ClientStorage(object):
"""A Storage class that is a network client to a remote storage.
More information about the Zodb-checkins
mailing list