diff options
author | Stefano <l.stickell@yahoo.it> | 2014-04-18 16:50:24 +0200 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-18 16:50:24 +0200 |
commit | a56d5e5fff658695c26f91f901bf83444c8e1266 (patch) | |
tree | f4e0ef0f9bf01fbee2fc04f3c2252c22ade27361 /module/plugins | |
parent | Fixed some PEP8 violations (diff) | |
download | pyload-a56d5e5fff658695c26f91f901bf83444c8e1266.tar.xz |
Removed unused imports
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hoster/ShareonlineBiz.py | 5 | ||||
-rw-r--r-- | module/plugins/hoster/SimplydebridCom.py | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/module/plugins/hoster/ShareonlineBiz.py b/module/plugins/hoster/ShareonlineBiz.py index 67f373962..f53834231 100644 --- a/module/plugins/hoster/ShareonlineBiz.py +++ b/module/plugins/hoster/ShareonlineBiz.py @@ -1,10 +1,7 @@ # -*- coding: utf-8 -*- import re -from base64 import b64decode -import hashlib -import random -from time import time, sleep +from time import time from module.plugins.Hoster import Hoster from module.network.RequestFactory import getURL diff --git a/module/plugins/hoster/SimplydebridCom.py b/module/plugins/hoster/SimplydebridCom.py index 2f2f666ba..2aab12e04 100644 --- a/module/plugins/hoster/SimplydebridCom.py +++ b/module/plugins/hoster/SimplydebridCom.py @@ -1,6 +1,5 @@ # -*- coding: utf-8 -*- -from urllib import quote, unquote import re from module.plugins.Hoster import Hoster |