diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-29 02:21:30 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-29 02:21:30 +0100 |
commit | 1ec3fd53f88aefb757491d590c302f6f71742a5c (patch) | |
tree | b40f8f5c2a61476aa63b39b64fb6b4f38b533301 /module | |
parent | [JustPremium] Cleanup (diff) | |
download | pyload-1ec3fd53f88aefb757491d590c302f6f71742a5c.tar.xz |
[JustPremium] Cleanup (2)
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/JustPremium.py | 4 |
1 files changed, 2 insertions, 2 deletions
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")] |