diff options
author | stickell <l.stickell@yahoo.it> | 2014-09-11 15:52:16 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-09-11 15:52:53 +0200 |
commit | 6f87a713970d6a18c0a3e622286488ec9e3b5494 (patch) | |
tree | 8a1915eb21551f7a9091bee28882c693b264d5af /module/plugins/accounts | |
parent | [MultiDebrid] renamed to Myfastline (diff) | |
download | pyload-6f87a713970d6a18c0a3e622286488ec9e3b5494.tar.xz |
[MultiDebrid] renaming files to MyfastlineCom
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r-- | module/plugins/accounts/MyfastfileCom.py (renamed from module/plugins/accounts/MultiDebridCom.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/accounts/MultiDebridCom.py b/module/plugins/accounts/MyfastfileCom.py index 2a2d6d065..8db9c9ade 100644 --- a/module/plugins/accounts/MultiDebridCom.py +++ b/module/plugins/accounts/MyfastfileCom.py @@ -6,8 +6,8 @@ from module.plugins.Account import Account from module.common.json_layer import json_loads -class MultiDebridCom(Account): - __name__ = "MultiDebridCom" +class MyfastfileCom(Account): + __name__ = "MyfastfileCom" __type__ = "account" __version__ = "0.02" __description__ = """Myfastfile.com account plugin""" |