summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CyberlockerCh.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-22 20:50:34 +0200
commit2edeee0532ec6d6b4b26fd045a5971f67ca455da (patch)
tree8d656afc9c18f7dba7c05d6635f898fdf58d66d6 /module/plugins/hoster/CyberlockerCh.py
parentFixed PEP 8 violations in Crypters (diff)
downloadpyload-2edeee0532ec6d6b4b26fd045a5971f67ca455da.tar.xz
Fixed PEP 8 violations in Hosters
Diffstat (limited to 'module/plugins/hoster/CyberlockerCh.py')
-rw-r--r--module/plugins/hoster/CyberlockerCh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/CyberlockerCh.py b/module/plugins/hoster/CyberlockerCh.py
index 57dd26787..19a4473b3 100644
--- a/module/plugins/hoster/CyberlockerCh.py
+++ b/module/plugins/hoster/CyberlockerCh.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
+
class CyberlockerCh(XFileSharingPro):
__name__ = "CyberlockerCh"
__type__ = "hoster"
@@ -12,4 +13,5 @@ class CyberlockerCh(XFileSharingPro):
HOSTER_NAME = "cyberlocker.ch"
+
getInfo = create_getInfo(CyberlockerCh)