threading: rename threadslist to accountThreads
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
@ -41,7 +41,7 @@ def semaphorereset(semaphore, originalstate):
|
||||
for i in range(originalstate):
|
||||
semaphore.release()
|
||||
|
||||
class threadlist:
|
||||
class accountThreads(object):
|
||||
"""Store the list of all threads in the software so it can be used to find out
|
||||
what's running and what's not."""
|
||||
|
||||
|
Reference in New Issue
Block a user