summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/SecureUploadEu.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/accounts/SecureUploadEu.py')
-rw-r--r--module/plugins/accounts/SecureUploadEu.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/module/plugins/accounts/SecureUploadEu.py b/module/plugins/accounts/SecureUploadEu.py
new file mode 100644
index 000000000..fe5af23ec
--- /dev/null
+++ b/module/plugins/accounts/SecureUploadEu.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from module.plugins.internal.XFSPAccount import XFSPAccount
+
+
+class SecureUploadEu(XFSPAccount):
+ __name__ = "SecureUploadEu"
+ __type__ = "account"
+ __version__ = "0.01"
+
+ __description__ = """SecureUpload.eu account plugin"""
+ __author_name__ = "Walter Purcaro"
+ __author_mail__ = "vuolter@gmail.com"
+
+
+ HOSTER_URL = "http://www.secureupload.eu/"