diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:09:04 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-03 12:09:04 +0100 |
commit | 8e921a978e79d93da3036ce3bdc1fb176c74fabb (patch) | |
tree | 4f85e170c25e1c482fbfd7ccc59cae0f7d68aaca /module/plugins/Account.py | |
parent | [CaptchaManager] Custom timeout support (diff) | |
download | pyload-8e921a978e79d93da3036ce3bdc1fb176c74fabb.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r-- | module/plugins/Account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py index d0736476d..2f7c5d30d 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -21,7 +21,7 @@ class Account(Base): """ __name__ = "Account" __type__ = "account" - __version__ = "0.3" + __version__ = "0.03" __description__ = """Base account plugin""" __license__ = "GPLv3" |