diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-20 14:44:37 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-20 14:44:37 +0100 |
commit | 595669d2fc4acce399458095bca3d3b91fc0bfb3 (patch) | |
tree | e888cf52505c4c0a2c47398cf3b58ef5a668d298 /module/plugins/accounts | |
parent | [XFileSharing] version up (diff) | |
download | pyload-595669d2fc4acce399458095bca3d3b91fc0bfb3.tar.xz |
Delete FileParadoxIn.py
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/FileParadoxIn.py | 17 |
1 files changed, 0 insertions, 17 deletions
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" |