diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-27 21:28:58 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-27 21:28:58 +0100 |
commit | 4a6be5cb861eee8c16cf04dfa65204f5a1fe936f (patch) | |
tree | 60d1990c486d0aadfa2be9bf825bd3849494b392 /module/plugins/Plugin.py | |
parent | new curl download backend - support for chunked dl, resume (diff) | |
download | pyload-4a6be5cb861eee8c16cf04dfa65204f5a1fe936f.tar.xz |
little fixes
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r-- | module/plugins/Plugin.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 4f26c72b4..6650562ea 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -42,8 +42,6 @@ from mimetypes import guess_type from itertools import islice -from module.network.helper import waitFor - def chunks(iterable, size): it = iter(iterable) item = list(islice(it, size)) |