summaryrefslogtreecommitdiffstats
path: root/module/threads/DownloadThread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/threads/DownloadThread.py')
-rw-r--r--module/threads/DownloadThread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/threads/DownloadThread.py b/module/threads/DownloadThread.py
index 6239cddd8..8166191af 100644
--- a/module/threads/DownloadThread.py
+++ b/module/threads/DownloadThread.py
@@ -24,8 +24,8 @@ from traceback import print_exc
from sys import exc_clear
from pycurl import error
-from module.plugins.Base import Fail, Retry
-from module.plugins.Hoster import Abort, Reconnect, SkipDownload
+from module.plugins.Base import Fail, Retry, Abort
+from module.plugins.Hoster import Reconnect, SkipDownload
from module.network.HTTPRequest import BadHeader
from BaseThread import BaseThread