summaryrefslogtreecommitdiffstats
path: root/thread_list.py
diff options
context:
space:
mode:
authorGravatar sebnapi <devnull@localhost> 2009-05-10 18:59:47 +0200
committerGravatar sebnapi <devnull@localhost> 2009-05-10 18:59:47 +0200
commit5d03d9e7c797dede08b5b0e989688237fcf9e3f0 (patch)
treece6c4430d0732f79716757cb01eb5d9ef80adeec /thread_list.py
parentordnung muss sein (diff)
downloadpyload-5d03d9e7c797dede08b5b0e989688237fcf9e3f0.tar.xz
Approach for Plugindesign
Diffstat (limited to 'thread_list.py')
-rw-r--r--thread_list.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/thread_list.py b/thread_list.py
index 427c0a080..0dd61ec7a 100644
--- a/thread_list.py
+++ b/thread_list.py
@@ -32,7 +32,6 @@ class Thread_List(object):
self.download_queue = Queue()
self.status_queue = Queue()
self.f_relation = [0,0]
- #self.lock = threading.Lock()
def create_thread(self):
""" creates thread for Py_Load_File and append thread to self.threads
@@ -49,7 +48,6 @@ class Thread_List(object):
return loaded_urls
def remove_thread(self, thread):
- #self.lock.acquire()
self.threads.remove(thread)
def status(self):