summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 6dd9c3f2c..84f00c99f 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -23,13 +23,11 @@
import threading
import traceback
-from os.path import join
from time import sleep, time
from module.network.Request import AbortDownload
from module.PullEvents import UpdateEvent
-from module.network.Request import Request as Browser
class Status(object):