diff options
author | mkaay <mkaay@mkaay.de> | 2010-05-02 00:44:35 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-05-02 00:44:35 +0200 |
commit | e49b1f4fdd4cae3d82634aee092613e33ad07c83 (patch) | |
tree | 56c86d17fe1a6d3023aa4e5bb296a98c3dde0071 /module/download_thread.py | |
parent | fixed cnl (diff) | |
parent | removed unused imports (diff) | |
download | pyload-e49b1f4fdd4cae3d82634aee092613e33ad07c83.tar.xz |
merge
Diffstat (limited to 'module/download_thread.py')
-rw-r--r-- | module/download_thread.py | 2 |
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): |