diff options
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): |