From 5d03d9e7c797dede08b5b0e989688237fcf9e3f0 Mon Sep 17 00:00:00 2001 From: sebnapi Date: Sun, 10 May 2009 16:59:47 +0000 Subject: Approach for Plugindesign --- thread_list.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'thread_list.py') 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): -- cgit v1.2.3