give the threading API PEP 8 names

This commit is contained in:
Benjamin Peterson 2008-06-11 17:27:50 +00:00
parent 32c2e41c82
commit 0fbcf69455
20 changed files with 127 additions and 126 deletions

View file

@ -107,7 +107,7 @@ class ThreadableTest:
self.clientRun, (test_method,))
self.__setUp()
if not self.server_ready.isSet():
if not self.server_ready.is_set():
self.server_ready.set()
self.client_ready.wait()