From 51e279d9414a2e69133bbd5c51ac228e758f3cd9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Oct 2014 20:15:39 +0200 Subject: Fix previous merging --- module/plugins/accounts/FileParadoxIn.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 module/plugins/accounts/FileParadoxIn.py (limited to 'module/plugins/accounts/FileParadoxIn.py') diff --git a/module/plugins/accounts/FileParadoxIn.py b/module/plugins/accounts/FileParadoxIn.py deleted file mode 100644 index 24c745e6a..000000000 --- a/module/plugins/accounts/FileParadoxIn.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class FileParadoxIn(XFSPAccount): - __name__ = "FileParadoxIn" - __type__ = "account" - __version__ = "0.01" - - __description__ = """FileParadox.in account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.fileparadox.in/" -- cgit v1.2.3