From 1ec3fd53f88aefb757491d590c302f6f71742a5c Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 29 Jan 2015 02:21:30 +0100 Subject: [JustPremium] Cleanup (2) --- module/plugins/hooks/JustPremium.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module') diff --git a/module/plugins/hooks/JustPremium.py b/module/plugins/hooks/JustPremium.py index 529628406..7e1e738e4 100644 --- a/module/plugins/hooks/JustPremium.py +++ b/module/plugins/hooks/JustPremium.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from module.linkdict.Hook import Hook +from module.plugins.Hook import Hook class JustPremium(Hook): __name__ = "JustPremium" __type__ = "hook" - __version__ = "0.17" + __version__ = "0.18" __config__ = [("freehosters", "bool", "Allow all freehosters and other unknown sites", False), ("nicehoster" , "str" , "unblock this hosters (comma seperated)" , "Zippyshare.com")] -- cgit v1.2.3