diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 20:46:52 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-17 20:46:52 +0100 |
commit | 07f061bf96992a447ad535460ad6053d15a86888 (patch) | |
tree | a3137c54187aaf93289b9016ca0f3b2598a8b1db /pyload/plugins/hoster | |
parent | Merge pull request #400 from vuolter/m/c_logging (diff) | |
download | pyload-07f061bf96992a447ad535460ad6053d15a86888.tar.xz |
adapted multihoster to new plugin manager
Diffstat (limited to 'pyload/plugins/hoster')
-rw-r--r-- | pyload/plugins/hoster/Premium4Me.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |