diff options
author | 2015-12-22 02:10:05 +0100 | |
---|---|---|
committer | 2015-12-22 02:10:05 +0100 | |
commit | 988d734890dda4171f1aabe258cfec45062c824f (patch) | |
tree | 6157337f13a89aac066073ade90867aaa279c057 /module/plugins/accounts/FileParadoxIn.py | |
parent | Initial release of WarezWorld hook (diff) | |
parent | [UgouploadNet] update (diff) | |
download | pyload-988d734890dda4171f1aabe258cfec45062c824f.tar.xz |
Merge remote-tracking branch 'pyload/stable' into stable
Diffstat (limited to 'module/plugins/accounts/FileParadoxIn.py')
-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" |