diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-12 13:39:54 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-07-12 13:39:54 +0200 |
commit | 9b3d6ccaf321a44a0f6b9570be099ec465f79faa (patch) | |
tree | b5e76f686bdb51d4cd4d8d5b8507c4c04687a8d6 /pyload/plugins/hoster | |
parent | fixed addon related bugs (diff) | |
download | pyload-9b3d6ccaf321a44a0f6b9570be099ec465f79faa.tar.xz |
working multihoster addon
Diffstat (limited to 'pyload/plugins/hoster')
-rw-r--r-- | pyload/plugins/hoster/Premium4Me.py | 5 |
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" |