diff options
author | 2015-10-23 03:05:49 +0200 | |
---|---|---|
committer | 2015-10-23 03:05:49 +0200 | |
commit | 8dc2f1eb8853471d2a0de6617b95f0a0768f0287 (patch) | |
tree | b4165cd3a4de7205e709f72ef79aa32f00e29dfe /module/plugins/hoster/MyfastfileCom.py | |
parent | [Dereferer] Improve a bit (diff) | |
download | pyload-8dc2f1eb8853471d2a0de6617b95f0a0768f0287.tar.xz |
Boring code cosmetics (3)
Diffstat (limited to 'module/plugins/hoster/MyfastfileCom.py')
-rw-r--r-- | module/plugins/hoster/MyfastfileCom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/MyfastfileCom.py b/module/plugins/hoster/MyfastfileCom.py index 29b40e4c8..9aaeafe34 100644 --- a/module/plugins/hoster/MyfastfileCom.py +++ b/module/plugins/hoster/MyfastfileCom.py @@ -2,8 +2,8 @@ import re -from module.plugins.internal.utils import json from module.plugins.internal.MultiHoster import MultiHoster, create_getInfo +from module.plugins.internal.utils import json class MyfastfileCom(MultiHoster): |