From 595669d2fc4acce399458095bca3d3b91fc0bfb3 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Sun, 20 Dec 2015 15:44:37 +0200 Subject: Delete FileParadoxIn.py --- module/plugins/accounts/FileParadoxIn.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 module/plugins/accounts/FileParadoxIn.py (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/FileParadoxIn.py b/module/plugins/accounts/FileParadoxIn.py deleted file mode 100644 index 1a3949583..000000000 --- a/module/plugins/accounts/FileParadoxIn.py +++ /dev/null @@ -1,17 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSAccount import XFSAccount - - -class FileParadoxIn(XFSAccount): - __name__ = "FileParadoxIn" - __type__ = "account" - __version__ = "0.05" - __status__ = "testing" - - __description__ = """FileParadox.in account plugin""" - __license__ = "GPLv3" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - PLUGIN_DOMAIN = "fileparadox.in" -- cgit v1.2.3