summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-04-08 21:45:05 +0200
committerGravatar spoob <spoob@gmx.de> 2010-04-08 21:45:05 +0200
commit8ea7bd3241016b2084eb923c37bf7e7a75a296eb (patch)
treef1f18eeebe6bfc315de9729642c5adda87e147ab /module/thread_list.py
parentCleaned Megaupload (diff)
downloadpyload-8ea7bd3241016b2084eb923c37bf7e7a75a296eb.tar.xz
_.-:Package Folders:-._
Diffstat (limited to 'module/thread_list.py')
-rw-r--r--module/thread_list.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/thread_list.py b/module/thread_list.py
index 3698e4e0b..8f02536de 100644
--- a/module/thread_list.py
+++ b/module/thread_list.py
@@ -29,7 +29,6 @@ import subprocess
from threading import RLock, Thread
import time
import urllib2
-
from download_thread import Download_Thread
class Thread_List(object):
@@ -96,7 +95,6 @@ class Thread_List(object):
self.lock.release()
return pyfile
-
def job_finished(self, pyfile):
"""manage completing download"""
self.lock.acquire()