summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-11 00:21:34 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-11-11 00:21:34 +0100
commitf7bd865c8751a72bc67e3805a7acf86858bda353 (patch)
treef2146de3972b0672beddd22d34aa483502e74f4b /module
parent[UpdateManager] Fix version representation (diff)
downloadpyload-f7bd865c8751a72bc67e3805a7acf86858bda353.tar.xz
[PandaplaNet] Fix file name
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/PandaplaNet.py (renamed from module/plugins/hoster/PandaPlaNet.py)8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/hoster/PandaPlaNet.py b/module/plugins/hoster/PandaplaNet.py
index d3eb2f57d..78a1ed177 100644
--- a/module/plugins/hoster/PandaPlaNet.py
+++ b/module/plugins/hoster/PandaplaNet.py
@@ -3,10 +3,10 @@
from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo
-class PandaPlaNet(DeadHoster):
- __name__ = "PandaPlaNet"
+class PandaplaNet(DeadHoster):
+ __name__ = "PandaplaNet"
__type__ = "hoster"
- __version__ = "0.02"
+ __version__ = "0.03"
__pattern__ = r'http://(?:www\.)?pandapla\.net/\w{12}'
@@ -15,4 +15,4 @@ class PandaPlaNet(DeadHoster):
__authors__ = [("t4skforce", "t4skforce1337[AT]gmail[DOT]com")]
-getInfo = create_getInfo(PandaPlaNet)
+getInfo = create_getInfo(PandaplaNet)