summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/LomafileCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-07 20:15:39 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-07 20:15:39 +0200
commit51e279d9414a2e69133bbd5c51ac228e758f3cd9 (patch)
tree034a381dc1fa2f5dffe6b22ad24a8aeace23c726 /pyload/plugins/hoster/LomafileCom.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-51e279d9414a2e69133bbd5c51ac228e758f3cd9.tar.xz
Fix previous merging
Diffstat (limited to 'pyload/plugins/hoster/LomafileCom.py')
-rw-r--r--pyload/plugins/hoster/LomafileCom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/LomafileCom.py b/pyload/plugins/hoster/LomafileCom.py
index 8184e9393..a7f14b179 100644
--- a/pyload/plugins/hoster/LomafileCom.py
+++ b/pyload/plugins/hoster/LomafileCom.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
-from module.plugins.hoster.XFileSharingPro import XFileSharingPro, create_getInfo
+from pyload.plugins.internal.XFileSharingPro import XFSPHoster, create_getInfo
-class LomafileCom(XFileSharingPro):
+class LomafileCom(XFSPHoster):
__name__ = "LomafileCom"
__type__ = "hoster"
__version__ = "0.3"