diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-09 13:12:12 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-09 13:12:12 +0200 |
commit | 6632ded30de12bc16644b26de2605ec6b3bdd42a (patch) | |
tree | 1c1f2ea4cd3ea275e01fcd524fd50c0a2b7e1d23 /module/plugins/accounts | |
parent | Newline cosmetics (diff) | |
download | pyload-6632ded30de12bc16644b26de2605ec6b3bdd42a.tar.xz |
ShareRapidCom -> MegaRapidCz
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/MegaRapidCz.py (renamed from module/plugins/accounts/ShareRapidCom.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/ShareRapidCom.py b/module/plugins/accounts/MegaRapidCz.py index 62a0067d5..5b7b41e2b 100644 --- a/module/plugins/accounts/ShareRapidCom.py +++ b/module/plugins/accounts/MegaRapidCz.py @@ -6,8 +6,8 @@ from time import mktime, strptime from module.plugins.Account import Account -class ShareRapidCom(Account): - __name__ = "ShareRapidCom" +class MegaRapidCz(Account): + __name__ = "MegaRapidCz" __type__ = "account" __version__ = "0.34" |