diff options
Diffstat (limited to 'pyload/plugins/hoster/CramitIn.py')
-rw-r--r-- | pyload/plugins/hoster/CramitIn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/CramitIn.py b/pyload/plugins/hoster/CramitIn.py index 6b492f6ed..6ca310527 100644 --- a/pyload/plugins/hoster/CramitIn.py +++ b/pyload/plugins/hoster/CramitIn.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 CramitIn(XFileSharingPro): +class CramitIn(XFSPHoster): __name__ = "CramitIn" __type__ = "hoster" __version__ = "0.04" |