From acc46fc3497a66a427b795b4a22c6e71d69185a1 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Sat, 13 Dec 2014 15:56:57 +0100
Subject: Update

---
 pyload/plugins/account/LomafileCom.py | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 pyload/plugins/account/LomafileCom.py

(limited to 'pyload/plugins/account/LomafileCom.py')

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"
-- 
cgit v1.2.3