From b6c2ec673d66b1a41808c73291abd557c9efdc20 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Dec 2015 02:57:16 +0100 Subject: Accounts version up --- module/plugins/accounts/HighWayMe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/accounts/HighWayMe.py') diff --git a/module/plugins/accounts/HighWayMe.py b/module/plugins/accounts/HighWayMe.py index e28baeef3..b2759e63b 100644 --- a/module/plugins/accounts/HighWayMe.py +++ b/module/plugins/accounts/HighWayMe.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- from module.plugins.internal.MultiAccount import MultiAccount -from module.plugins.internal.utils import json +from module.plugins.internal.misc import json class HighWayMe(MultiAccount): __name__ = "HighWayMe.py" __type__ = "account" - __version__ = "0.07" + __version__ = "0.08" __status__ = "testing" __config__ = [("mh_mode" , "all;listed;unlisted", "Filter hosters to use" , "all"), -- cgit v1.2.3