cgi-script almost working
[progcomp2013.git] / qchess / src / thread_util.py
index 2c79330..d8fd050 100644 (file)
@@ -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

UCC git Repository :: git.ucc.asn.au