summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/Premium4Me.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-12 13:39:54 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-12 13:39:54 +0200
commit9b3d6ccaf321a44a0f6b9570be099ec465f79faa (patch)
treeb5e76f686bdb51d4cd4d8d5b8507c4c04687a8d6 /pyload/plugins/hoster/Premium4Me.py
parentfixed addon related bugs (diff)
downloadpyload-9b3d6ccaf321a44a0f6b9570be099ec465f79faa.tar.xz
working multihoster addon
Diffstat (limited to 'pyload/plugins/hoster/Premium4Me.py')
-rw-r--r--pyload/plugins/hoster/Premium4Me.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/pyload/plugins/hoster/Premium4Me.py b/pyload/plugins/hoster/Premium4Me.py
index 502e9ff12..582e3fc3a 100644
--- a/pyload/plugins/hoster/Premium4Me.py
+++ b/pyload/plugins/hoster/Premium4Me.py
@@ -5,9 +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):
__name__ = "Premium4Me"