From 51e279d9414a2e69133bbd5c51ac228e758f3cd9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Oct 2014 20:15:39 +0200 Subject: Fix previous merging --- module/plugins/accounts/HugefilesNet.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 module/plugins/accounts/HugefilesNet.py (limited to 'module/plugins/accounts/HugefilesNet.py') diff --git a/module/plugins/accounts/HugefilesNet.py b/module/plugins/accounts/HugefilesNet.py deleted file mode 100644 index 296780b7c..000000000 --- a/module/plugins/accounts/HugefilesNet.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.internal.XFSPAccount import XFSPAccount - - -class HugefilesNet(XFSPAccount): - __name__ = "HugefilesNet" - __type__ = "account" - __version__ = "0.01" - - __description__ = """Hugefiles.net account plugin""" - __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] - - - HOSTER_URL = "http://www.hugefiles.net/" -- cgit v1.2.3