diff options
Diffstat (limited to 'pyload/plugins/account/SafesharingEu.py')
-rw-r--r-- | pyload/plugins/account/SafesharingEu.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pyload/plugins/account/SafesharingEu.py b/pyload/plugins/account/SafesharingEu.py deleted file mode 100644 index a48ce86b3..000000000 --- a/pyload/plugins/account/SafesharingEu.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.XFSAccount import XFSAccount - - -class SafesharingEu(XFSAccount): - __name = "SafesharingEu" - __type = "account" - __version = "0.02" - - __description = """Safesharing.eu account plugin""" - __license = "GPLv3" - __authors = [("guidobelix", "guidobelix@hotmail.it")] - - - HOSTER_DOMAIN = "safesharing.eu" |