summaryrefslogtreecommitdiffstats
path: root/pyload/threads
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-12 11:50:24 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2014-01-12 11:50:24 +0100
commitb8670f44e228d6fd01b42c3a950756b6f56e1701 (patch)
treed4f6fb9a97528dbeac5272d00f84fa5e41bc9ed9 /pyload/threads
parentsmall cleanup, fixed some test cases (diff)
downloadpyload-b8670f44e228d6fd01b42c3a950756b6f56e1701.tar.xz
new manager to schedule downloads
Diffstat (limited to 'pyload/threads')
-rw-r--r--pyload/threads/ThreadManager.py3
1 files changed, 1 insertions, 2 deletions
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"""