summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Share76Com.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/Share76Com.py
parentFixed PEP 8 violations in Crypters (diff)
downloadpyload-2edeee0532ec6d6b4b26fd045a5971f67ca455da.tar.xz
Fixed PEP 8 violations in Hosters
Diffstat (limited to 'module/plugins/hoster/Share76Com.py')
-rw-r--r--module/plugins/hoster/Share76Com.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/Share76Com.py b/module/plugins/hoster/Share76Com.py
index db850cb73..aaa8cd950 100644
--- a/module/plugins/hoster/Share76Com.py
+++ b/module/plugins/hoster/Share76Com.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
+
class Share76Com(XFileSharingPro):
__name__ = "Share76Com"
__type__ = "hoster"
@@ -16,4 +17,5 @@ class Share76Com(XFileSharingPro):
self.resumeDownload = self.multiDL = self.premium
self.chunkLimit = 1
+
getInfo = create_getInfo(Share76Com)