diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-09 17:35:08 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-09 17:35:08 +0100 |
commit | b4a26e4bdcfa697b833abac4b2a500000f24684f (patch) | |
tree | 4a5edabd84a7a9a5f76765f98d879ad1b8ac927a /module/plugins/hoster/Vipleech4uCom.py | |
parent | Fix SSL option in some hoster plugins (diff) | |
download | pyload-b4a26e4bdcfa697b833abac4b2a500000f24684f.tar.xz |
Fix some plugins name
Diffstat (limited to 'module/plugins/hoster/Vipleech4uCom.py')
-rw-r--r-- | module/plugins/hoster/Vipleech4uCom.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/plugins/hoster/Vipleech4uCom.py b/module/plugins/hoster/Vipleech4uCom.py index 340a3feaa..2ae41b942 100644 --- a/module/plugins/hoster/Vipleech4uCom.py +++ b/module/plugins/hoster/Vipleech4uCom.py @@ -3,8 +3,8 @@ from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo -class Vipleech4uCom(DeadHoster): - __name__ = "Vipleech4uCom" +class Vipleech4UCom(DeadHoster): + __name__ = "Vipleech4UCom" __type__ = "hoster" __version__ = "0.20" @@ -15,4 +15,4 @@ class Vipleech4uCom(DeadHoster): __authors__ = [("Kagenoshin", "kagenoshin@gmx.ch")] -getInfo = create_getInfo(Vipleech4uCom) +getInfo = create_getInfo(Vipleech4UCom) |