diff options
Diffstat (limited to 'module/plugins/hoster/SharebeesCom.py')
| -rw-r--r-- | module/plugins/hoster/SharebeesCom.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/SharebeesCom.py b/module/plugins/hoster/SharebeesCom.py index c0fd22c91..3843a352b 100644 --- a/module/plugins/hoster/SharebeesCom.py +++ b/module/plugins/hoster/SharebeesCom.py @@ -1,6 +1,6 @@  # -*- coding: utf-8 -*- -from module.plugins.internal.DeadHoster import DeadHoster, create_getInfo +from pyload.plugin.internal.DeadHoster import DeadHoster, create_getInfo  class SharebeesCom(DeadHoster):  | 
