diff options
Diffstat (limited to 'pyload/manager/thread/DownloadThread.py')
-rw-r--r-- | pyload/manager/thread/DownloadThread.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyload/manager/thread/DownloadThread.py b/pyload/manager/thread/DownloadThread.py index 7b093f8f7..d876000da 100644 --- a/pyload/manager/thread/DownloadThread.py +++ b/pyload/manager/thread/DownloadThread.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 class DownloadThread(PluginThread): |