diff options
author | sebnapi <devnull@localhost> | 2009-05-10 18:59:47 +0200 |
---|---|---|
committer | sebnapi <devnull@localhost> | 2009-05-10 18:59:47 +0200 |
commit | 5d03d9e7c797dede08b5b0e989688237fcf9e3f0 (patch) | |
tree | ce6c4430d0732f79716757cb01eb5d9ef80adeec /thread_list.py | |
parent | ordnung muss sein (diff) | |
download | pyload-5d03d9e7c797dede08b5b0e989688237fcf9e3f0.tar.xz |
Approach for Plugindesign
Diffstat (limited to 'thread_list.py')
-rw-r--r-- | thread_list.py | 2 |
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): |