From 97bf1fa544a88a18f13ba4a3df5a2fc0b958ebbd Mon Sep 17 00:00:00 2001 From: Stefano Date: Fri, 18 Apr 2014 16:50:24 +0200 Subject: Removed unused imports (cherry picked from commit a56d5e5fff658695c26f91f901bf83444c8e1266) --- pyload/plugins/hoster/ShareonlineBiz.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pyload/plugins/hoster/ShareonlineBiz.py') diff --git a/pyload/plugins/hoster/ShareonlineBiz.py b/pyload/plugins/hoster/ShareonlineBiz.py index 67f373962..f53834231 100644 --- a/pyload/plugins/hoster/ShareonlineBiz.py +++ b/pyload/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 -- cgit v1.2.3