threading: rename threadslist to accountThreads

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2016-05-17 02:05:37 +02:00
parent 9f8aa38d62
commit 857b2f449a
2 changed files with 3 additions and 3 deletions

View File

@ -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."""