summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/TusfilesNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/TusfilesNet.py')
-rw-r--r--pyload/plugins/hoster/TusfilesNet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/TusfilesNet.py b/pyload/plugins/hoster/TusfilesNet.py
index 4ba847d96..efe3d6de9 100644
--- a/pyload/plugins/hoster/TusfilesNet.py
+++ b/pyload/plugins/hoster/TusfilesNet.py
@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
-from pyload.plugins.internal.XFileSharingPro import XFileSharingPro, create_getInfo
+from pyload.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo
-class TusfilesNet(XFileSharingPro):
+class TusfilesNet(XFSPHoster):
__name__ = "TusfilesNet"
__type__ = "hoster"
__version__ = "0.04"