diff options
Diffstat (limited to 'pyload/plugins/account/LomafileCom.py')
-rw-r--r-- | pyload/plugins/account/LomafileCom.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pyload/plugins/account/LomafileCom.py b/pyload/plugins/account/LomafileCom.py deleted file mode 100644 index fdf0bd528..000000000 --- a/pyload/plugins/account/LomafileCom.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.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" |