From 07f061bf96992a447ad535460ad6053d15a86888 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 17 Nov 2013 20:46:52 +0100 Subject: adapted multihoster to new plugin manager --- pyload/plugins/hoster/Premium4Me.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster') diff --git a/pyload/plugins/hoster/Premium4Me.py b/pyload/plugins/hoster/Premium4Me.py index d6c154693..b3920192c 100644 --- a/pyload/plugins/hoster/Premium4Me.py +++ b/pyload/plugins/hoster/Premium4Me.py @@ -5,8 +5,8 @@ from urllib import quote from os.path import exists from os import remove -from module.plugins.Hoster import Hoster -from module.utils import fs_encode +from pyload.plugins.Hoster import Hoster +from pyload.utils.fs import fs_encode class Premium4Me(Hoster): -- cgit v1.2.3