diff options
author | 2014-12-11 17:08:29 +0100 | |
---|---|---|
committer | 2014-12-11 17:08:29 +0100 | |
commit | 1de45d9f4f2a39e205dd99e0dcf8b0c323537fea (patch) | |
tree | b83d12fd13a27d798326d8a5e2fda136cab009e4 /pyload/manager/thread/InfoThread.py | |
parent | Bucket and CookieJar from 0.5.0 (diff) | |
download | pyload-1de45d9f4f2a39e205dd99e0dcf8b0c323537fea.tar.xz |
Spare code cosmetics
Diffstat (limited to 'pyload/manager/thread/InfoThread.py')
-rw-r--r-- | pyload/manager/thread/InfoThread.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyload/manager/thread/InfoThread.py b/pyload/manager/thread/InfoThread.py index f8ff34f7b..99bf97fc8 100644 --- a/pyload/manager/thread/InfoThread.py +++ b/pyload/manager/thread/InfoThread.py @@ -16,9 +16,6 @@ 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 |