From b8670f44e228d6fd01b42c3a950756b6f56e1701 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 12 Jan 2014 11:50:24 +0100 Subject: new manager to schedule downloads --- pyload/threads/ThreadManager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyload/threads/ThreadManager.py') diff --git a/pyload/threads/ThreadManager.py b/pyload/threads/ThreadManager.py index 62664a590..298b0402d 100644 --- a/pyload/threads/ThreadManager.py +++ b/pyload/threads/ThreadManager.py @@ -36,8 +36,7 @@ from InfoThread import InfoThread class ThreadManager: - """manages the download threads, assign jobs, reconnect etc""" - + """manages all non download related threads and jobs """ def __init__(self, core): """Constructor""" -- cgit v1.2.3