From a3714d9c2c1d3e4668b1653e9c1428fb8006bc46 Mon Sep 17 00:00:00 2001 From: guidobelix Date: Thu, 23 Oct 2014 09:42:42 +0200 Subject: [SafesharingEu] Added support for registered users. new file: module/plugins/accounts/SafesharingEu.py modified: module/plugins/hoster/SafesharingEu.py --- module/plugins/accounts/SafesharingEu.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 module/plugins/accounts/SafesharingEu.py (limited to 'module/plugins/accounts/SafesharingEu.py') diff --git a/module/plugins/accounts/SafesharingEu.py b/module/plugins/accounts/SafesharingEu.py new file mode 100644 index 000000000..55ea129ca --- /dev/null +++ b/module/plugins/accounts/SafesharingEu.py @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +from module.plugins.internal.XFSPAccount import XFSPAccount + + +class SafesharingEu(XFSPAccount): + __name__ = "SafesharingEu" + __type__ = "account" + __version__ = "0.01" + + __description__ = """Safesharing.eu account plugin""" + __license__ = "GPLv3" + __authors__ = [("guidobelix", "guidobelix@hotmail.it")] + + + HOSTER_URL = "http://www.safesharing.eu/" -- cgit v1.2.3