diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 03:13:06 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-05 03:13:06 +0200 |
commit | 3f5c09eeff840ecfe8b526fc284909e5878029cd (patch) | |
tree | 4849fc5f9c7b7d87f88be8d9525537c972e475e6 /pyload/plugins/hoster/UptoboxCom.py | |
parent | Rename XFileSharingPro to XFSPHoster (diff) | |
download | pyload-3f5c09eeff840ecfe8b526fc284909e5878029cd.tar.xz |
Update plugins to work with XFSPHoster
Diffstat (limited to 'pyload/plugins/hoster/UptoboxCom.py')
-rw-r--r-- | pyload/plugins/hoster/UptoboxCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hoster/UptoboxCom.py b/pyload/plugins/hoster/UptoboxCom.py index d07aeda97..437391145 100644 --- a/pyload/plugins/hoster/UptoboxCom.py +++ b/pyload/plugins/hoster/UptoboxCom.py @@ -2,10 +2,10 @@ import re -from pyload.plugins.internal.XFileSharingPro import XFileSharingPro, create_getInfo +from pyload.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo -class UptoboxCom(XFileSharingPro): +class UptoboxCom(XFSPHoster): __name__ = "UptoboxCom" __type__ = "hoster" __version__ = "0.10" |