summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-26 19:08:20 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-26 19:08:20 +0100
commit6c35da105bad0c31ff35c7d90313ca273895b56f (patch)
treeb761648a38ea246eb6c27aa58d24adf455d0bf10 /module
parentMerge pull request #18 from kmarty/stable (diff)
parentForgot to increase version (diff)
downloadpyload-6c35da105bad0c31ff35c7d90313ca273895b56f.tar.xz
Merge pull request #19 from kmarty/stable
Forgot to increase version
Diffstat (limited to 'module')
-rw-r--r--module/plugins/accounts/UlozTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/UlozTo.py b/module/plugins/accounts/UlozTo.py
index 232b6b64f..6652c8b7c 100644
--- a/module/plugins/accounts/UlozTo.py
+++ b/module/plugins/accounts/UlozTo.py
@@ -5,7 +5,7 @@ import re
class UlozTo(Account):
__name__ = "UlozTo"
- __version__ = "0.03"
+ __version__ = "0.04"
__type__ = "account"
__description__ = """uloz.to account plugin"""
__author_name__ = ("zoidberg")
@@ -33,4 +33,4 @@ class UlozTo(Account):
}, decode = True)
if '<ul class="error">' in html:
- self.wrongPassword() \ No newline at end of file
+ self.wrongPassword()