From eca1d95f5add1cc3148a282a4dae61077109ed01 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 23 Oct 2015 03:03:42 +0200 Subject: Rewrite XFileSharing --- module/plugins/accounts/XFileSharingPro.py | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 module/plugins/accounts/XFileSharingPro.py (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/XFileSharingPro.py b/module/plugins/accounts/XFileSharingPro.py deleted file mode 100644 index 1696042d6..000000000 --- a/module/plugins/accounts/XFileSharingPro.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSAccount import XFSAccount - - -class XFileSharing(XFSAccount): - __name__ = "XFileSharing" - __type__ = "account" - __version__ = "0.11" - __status__ = "testing" - - __description__ = """XFileSharing multi-purpose account plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - PLUGIN_DOMAIN = None - - - def signin(self, user, password, data): - try: - return super(XFileSharing, self).signin(user, password, data) - - except Fail: - self.PLUGIN_URL = self.PLUGIN_URL.replace("www.", "") - return super(XFileSharing, self).signin(user, password, data) -- cgit v1.2.3