summaryrefslogtreecommitdiffstats
path: root/pyload/manager/thread/DecrypterThread.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 17:08:29 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-11 17:08:29 +0100
commit1de45d9f4f2a39e205dd99e0dcf8b0c323537fea (patch)
treeb83d12fd13a27d798326d8a5e2fda136cab009e4 /pyload/manager/thread/DecrypterThread.py
parentBucket and CookieJar from 0.5.0 (diff)
downloadpyload-1de45d9f4f2a39e205dd99e0dcf8b0c323537fea.tar.xz
Spare code cosmetics
Diffstat (limited to 'pyload/manager/thread/DecrypterThread.py')
-rw-r--r--pyload/manager/thread/DecrypterThread.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/pyload/manager/thread/DecrypterThread.py b/pyload/manager/thread/DecrypterThread.py
index 1395fcd2f..003b5f082 100644
--- a/pyload/manager/thread/DecrypterThread.py
+++ b/pyload/manager/thread/DecrypterThread.py
@@ -14,12 +14,8 @@ from types import MethodType
from pycurl import error
-from pyload.datatype.PyFile import PyFile
from pyload.manager.thread.PluginThread import PluginThread
-from pyload.plugins.Plugin import Abort, Fail, Reconnect, Retry, SkipDownload
-from pyload.utils.packagetools import parseNames
-from pyload.utils import safe_join
-from pyload.api import OnlineStatus
+from pyload.plugins.Plugin import Abort, Fail, Retry
class DecrypterThread(PluginThread):