X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=qchess%2Fsrc%2Fthread_util.py;h=d8fd050d9e504099f177c9818b6e20d6cabee336;hb=1da52d4a75c75ddff22f3a67a2c06875b335e601;hp=2c793300c53ee104047b7983115fd0ff50e7b586;hpb=444244d5c7698bb7861cdb7c0ec6bfb0e8cebfb7;p=progcomp2013.git diff --git a/qchess/src/thread_util.py b/qchess/src/thread_util.py index 2c79330..d8fd050 100644 --- a/qchess/src/thread_util.py +++ b/qchess/src/thread_util.py @@ -12,4 +12,4 @@ class StoppableThread(threading.Thread): self._stop.set() def stopped(self): - return self._stop.isSet() + return self._stop.isSet() \ No newline at end of file