summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/HugefilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/HugefilesNet.py')
-rw-r--r--pyload/plugins/hoster/HugefilesNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/HugefilesNet.py b/pyload/plugins/hoster/HugefilesNet.py
index 6450141ca..ee475c7cb 100644
--- a/pyload/plugins/hoster/HugefilesNet.py
+++ b/pyload/plugins/hoster/HugefilesNet.py
@@ -3,10 +3,10 @@
# Test links:
# http://hugefiles.net/prthf9ya4w6s
-from pyload.plugins.internal.XFileSharingPro import XFileSharingPro, create_getInfo
+from pyload.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo
-class HugefilesNet(XFileSharingPro):
+class HugefilesNet(XFSPHoster):
__name__ = "HugefilesNet"
__type__ = "hoster"
__version__ = "0.01"