diff options
| author | 2013-02-26 19:04:24 +0100 | |
|---|---|---|
| committer | 2013-02-26 19:04:24 +0100 | |
| commit | 9296f8ae7fead7621c162ca7b0dd5b8d6de8c515 (patch) | |
| tree | b761648a38ea246eb6c27aa58d24adf455d0bf10 /module/plugins | |
| parent | Merge remote-tracking branch 'upstream/stable' into stable (diff) | |
| download | pyload-9296f8ae7fead7621c162ca7b0dd5b8d6de8c515.tar.xz | |
Forgot to increase version
Diffstat (limited to 'module/plugins')
| -rw-r--r-- | module/plugins/accounts/UlozTo.py | 4 | 
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()  | 
