diff options
Diffstat (limited to 'module/plugins/crypter/GooGl.py')
-rw-r--r-- | module/plugins/crypter/GooGl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/crypter/GooGl.py b/module/plugins/crypter/GooGl.py index d548a3375..13ffce505 100644 --- a/module/plugins/crypter/GooGl.py +++ b/module/plugins/crypter/GooGl.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -from module.plugins.Crypter import Crypter -from module.common.json_layer import json_loads +from pyload.plugin.Crypter import Crypter +from pyload.utils import json_loads class GooGl(Crypter): |