From 486adc1874e463b1563ad2394b216faff388b10d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 13 Apr 2015 08:21:50 +0200 Subject: Prepare plugins to merging from stable --- pyload/plugin/account/MegaDebridEu.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pyload/plugin/account/MegaDebridEu.py') diff --git a/pyload/plugin/account/MegaDebridEu.py b/pyload/plugin/account/MegaDebridEu.py index 67af94541..c2e64bcc7 100644 --- a/pyload/plugin/account/MegaDebridEu.py +++ b/pyload/plugin/account/MegaDebridEu.py @@ -5,13 +5,13 @@ from pyload.utils import json_loads class MegaDebridEu(Account): - __name = "MegaDebridEu" - __type = "account" - __version = "0.20" + __name__ = "MegaDebridEu" + __type__ = "account" + __version__ = "0.20" - __description = """mega-debrid.eu account plugin""" - __license = "GPLv3" - __authors = [("D.Ducatel", "dducatel@je-geek.fr")] + __description__ = """mega-debrid.eu account plugin""" + __license__ = "GPLv3" + __authors__ = [("D.Ducatel", "dducatel@je-geek.fr")] # Define the base URL of MegaDebrid api -- cgit v1.2.3