From d60040cdc406b0541f0b3f9681a09894f845ba2b Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@users.noreply.github.com>
Date: Mon, 13 Apr 2015 10:29:55 +0200
Subject: Revert 486adc1874e463b1563ad2394b216faff388b10d

---
 pyload/plugin/hoster/YadiSk.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'pyload/plugin/hoster/YadiSk.py')

diff --git a/pyload/plugin/hoster/YadiSk.py b/pyload/plugin/hoster/YadiSk.py
index 28576d5d6..528d6bc80 100644
--- a/pyload/plugin/hoster/YadiSk.py
+++ b/pyload/plugin/hoster/YadiSk.py
@@ -8,15 +8,15 @@ from pyload.utils import json_loads
 
 
 class YadiSk(SimpleHoster):
-    __name__    = "YadiSk"
-    __type__    = "hoster"
-    __version__ = "0.03"
+    __name    = "YadiSk"
+    __type    = "hoster"
+    __version = "0.03"
 
-    __pattern__ = r'https?://yadi\.sk/d/\w+'
+    __pattern = r'https?://yadi\.sk/d/\w+'
 
-    __description__ = """Yadi.sk hoster plugin"""
-    __license__     = "GPLv3"
-    __authors__     = [("GammaC0de", None)]
+    __description = """Yadi.sk hoster plugin"""
+    __license     = "GPLv3"
+    __authors     = [("GammaC0de", None)]
 
 
     OFFLINE_PATTERN = r'Nothing found'
-- 
cgit v1.2.3