From 3f5c09eeff840ecfe8b526fc284909e5878029cd Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 5 Oct 2014 03:13:06 +0200 Subject: Update plugins to work with XFSPHoster --- pyload/plugins/hoster/NovafileCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hoster/NovafileCom.py') diff --git a/pyload/plugins/hoster/NovafileCom.py b/pyload/plugins/hoster/NovafileCom.py index 4f897d1b4..bd7b6ec65 100644 --- a/pyload/plugins/hoster/NovafileCom.py +++ b/pyload/plugins/hoster/NovafileCom.py @@ -4,10 +4,10 @@ # http://novafile.com/vfun4z6o2cit # http://novafile.com/s6zrr5wemuz4 -from pyload.plugins.internal.XFileSharingPro import XFileSharingPro, create_getInfo +from pyload.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo -class NovafileCom(XFileSharingPro): +class NovafileCom(XFSPHoster): __name__ = "NovafileCom" __type__ = "hoster" __version__ = "0.02" -- cgit v1.2.3