[Zodb-checkins] CVS: ZODB4/src/zodb/zeo - tbuf.py:1.4

Jeremy Hylton jeremy at zope.com
Thu Jun 26 20:02:49 EDT 2003


Update of /cvs-repository/ZODB4/src/zodb/zeo
In directory cvs.zope.org:/tmp/cvs-serv2211/zodb/zeo

Modified Files:
	tbuf.py 
Log Message:
Make it a new-style class to aid debugging.


=== ZODB4/src/zodb/zeo/tbuf.py 1.3 => 1.4 ===
--- ZODB4/src/zodb/zeo/tbuf.py:1.3	Thu Mar 13 16:32:30 2003
+++ ZODB4/src/zodb/zeo/tbuf.py	Thu Jun 26 19:02:48 2003
@@ -25,7 +25,7 @@
 import tempfile
 from threading import Lock
 
-class TransactionBuffer:
+class TransactionBuffer(object):
 
     # Valid call sequences:
     #




More information about the Zodb-checkins mailing list