summaryrefslogtreecommitdiffstats
path: root/module/thread_list.py
diff options
context:
space:
mode:
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()