X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=qchess%2Fsrc%2Fthread_util.py;h=d8fd050d9e504099f177c9818b6e20d6cabee336;hb=b62f274ce80bc47fd5bd684cc4157860b8ad65f4;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