From 43e6a6376625ac73067403ddae3b45a80618d6c8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 19:58:02 +0200 Subject: Rename accounts directory to account --- pyload/plugins/accounts/FilerioCom.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pyload/plugins/accounts/FilerioCom.py (limited to 'pyload/plugins/accounts/FilerioCom.py') diff --git a/pyload/plugins/accounts/FilerioCom.py b/pyload/plugins/accounts/FilerioCom.py deleted file mode 100644 index 0a8bc10cd..000000000 --- a/pyload/plugins/accounts/FilerioCom.py +++ /dev/null @@ -1,15 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.internal.XFSPAccount import XFSPAccount - - -class FilerioCom(XFSPAccount): - __name__ = "FilerioCom" - __type__ = "account" - __version__ = "0.01" - - __description__ = """FileRio.in account plugin""" - __author_name__ = "zoidberg" - __author_mail__ = "zoidberg@mujmail.cz" - - MAIN_PAGE = "http://filerio.in/" -- cgit v1.2.3