diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-14 11:07:15 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-06-14 11:07:15 +0200 |
commit | d4015edc989be1b201adc859b762008b3469815a (patch) | |
tree | 70a3352b6d7d0dfef7a0797b3d25c3613696cb58 /module/plugins/accounts | |
parent | [PastebinCom] Update (diff) | |
parent | Improved Login Check (diff) | |
download | pyload-d4015edc989be1b201adc859b762008b3469815a.tar.xz |
Merge branch 'pr/n1485_EvolutionClip' into stable
Conflicts:
module/plugins/hoster/HighWayMe.py
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/HighWayMe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/HighWayMe.py b/module/plugins/accounts/HighWayMe.py index 3c2573e47..eba1b4692 100644 --- a/module/plugins/accounts/HighWayMe.py +++ b/module/plugins/accounts/HighWayMe.py @@ -4,10 +4,10 @@ from module.common.json_layer import json_loads from module.plugins.internal.Account import Account -class HighWayMe.py(Account): +class HighWayMe(Account): __name__ = "HighWayMe.py" __type__ = "account" - __version__ = "0.02" + __version__ = "0.03" __description__ = """High-Way.me account plugin""" __license__ = "GPLv3" |