From 9ff63382d144732acb92cbe72ce7e58f5ac311a5 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 1 May 2015 16:45:36 +0200 Subject: Use 'import' instead 'from' (1) --- pyload/plugin/hoster/MyfastfileCom.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyload/plugin/hoster/MyfastfileCom.py') diff --git a/pyload/plugin/hoster/MyfastfileCom.py b/pyload/plugin/hoster/MyfastfileCom.py index 57041d6cd..12418670a 100644 --- a/pyload/plugin/hoster/MyfastfileCom.py +++ b/pyload/plugin/hoster/MyfastfileCom.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -import re - from pyload.utils import json_loads from pyload.plugin.internal.MultiHoster import MultiHoster -- cgit v1.2.3