From 6891502d1eb47f3db824ee25a8d978284f3e75e7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 18 Oct 2015 17:12:53 +0200 Subject: Multi-hoster accounts now extend MultiAccount class --- module/plugins/accounts/RehostTo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/accounts/RehostTo.py') diff --git a/module/plugins/accounts/RehostTo.py b/module/plugins/accounts/RehostTo.py index 4ff3f15a8..2aed00966 100644 --- a/module/plugins/accounts/RehostTo.py +++ b/module/plugins/accounts/RehostTo.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- -from module.plugins.internal.Account import Account +from module.plugins.internal.MultiAccount import MultiAccount -class RehostTo(Account): +class RehostTo(MultiAccount): __name__ = "RehostTo" __type__ = "account" __version__ = "0.21" -- cgit v1.2.3