summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2010-05-02 00:44:35 +0200
committerGravatar mkaay <mkaay@mkaay.de> 2010-05-02 00:44:35 +0200
commite49b1f4fdd4cae3d82634aee092613e33ad07c83 (patch)
tree56c86d17fe1a6d3023aa4e5bb296a98c3dde0071 /module/download_thread.py
parentfixed cnl (diff)
parentremoved unused imports (diff)
downloadpyload-e49b1f4fdd4cae3d82634aee092613e33ad07c83.tar.xz
merge
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):