diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-12 14:03:56 +0200 |
commit | 304a42b914cde43a31a935181b0f952c726eee54 (patch) | |
tree | 104a496ed690c187a479cde5b829f4e76b21c1cd /pyload/Thread/Download.py | |
parent | Other import fixes (diff) | |
download | pyload-304a42b914cde43a31a935181b0f952c726eee54.tar.xz |
Other import fixes (2)
Diffstat (limited to 'pyload/Thread/Download.py')
-rw-r--r-- | pyload/Thread/Download.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyload/Thread/Download.py b/pyload/Thread/Download.py index c20c7277e..49f6145ce 100644 --- a/pyload/Thread/Download.py +++ b/pyload/Thread/Download.py @@ -9,9 +9,6 @@ import traceback import pycurl -from pprint import pformat -from types import MethodType - from pyload.Thread.Plugin import PluginThread from pyload.plugin.Plugin import Abort, Fail, Reconnect, Retry, SkipDownload |