[Zodb-checkins] CVS: StandaloneZODB/ZEO/tests - CommitLockTests.py:1.4
Jeremy Hylton
jeremy@zope.com
Mon, 5 Aug 2002 18:32:54 -0400
Update of /cvs-repository/StandaloneZODB/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv29301
Modified Files:
CommitLockTests.py
Log Message:
Oops. Use 1 for Python 2.1 compatibility.
=== StandaloneZODB/ZEO/tests/CommitLockTests.py 1.3 => 1.4 ===
self.trans = trans
self.method = method
threading.Thread.__init__(self)
- self.setDaemon(True)
+ self.setDaemon(1)
def run(self):
try: