diff options
author | 2014-12-26 18:48:10 +0100 | |
---|---|---|
committer | 2014-12-26 18:48:10 +0100 | |
commit | c26db1f8fcd736d9de00095343779fd5519d565c (patch) | |
tree | 276f246dd8831a89f98951b2e148544f11cc1226 /module/plugins/accounts | |
parent | [PremiumTo] Fixup (diff) | |
download | pyload-c26db1f8fcd736d9de00095343779fd5519d565c.tar.xz |
[LomafileCom] Mark dead
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/LomafileCom.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/module/plugins/accounts/LomafileCom.py b/module/plugins/accounts/LomafileCom.py deleted file mode 100644 index cfd21679c..000000000 --- a/module/plugins/accounts/LomafileCom.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSAccount import XFSAccount - - -class LomafileCom(XFSAccount): - __name__ = "LomafileCom" - __type__ = "account" - __version__ = "0.02" - - __description__ = """Lomafile.com account plugin""" - __license__ = "GPLv3" - __authors__ = [("guidobelix", "guidobelix@hotmail.it")] - - - HOSTER_DOMAIN = "lomafile.com" |