diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-08 19:51:40 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-08 19:51:40 +0200 |
commit | 355c80c5e456f22a4fd3247985710a46a43a79f9 (patch) | |
tree | 995c0204d7b38011ecf056b6772b11f36d8fa3d6 /module/plugins/hoster/SendmywayCom.py | |
parent | [XFileSharingPro] Restore (diff) | |
download | pyload-355c80c5e456f22a4fd3247985710a46a43a79f9.tar.xz |
Fix previous plugins update
Diffstat (limited to 'module/plugins/hoster/SendmywayCom.py')
-rw-r--r-- | module/plugins/hoster/SendmywayCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/SendmywayCom.py b/module/plugins/hoster/SendmywayCom.py index f74ad8018..efb6c34c4 100644 --- a/module/plugins/hoster/SendmywayCom.py +++ b/module/plugins/hoster/SendmywayCom.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from module.plugins.hoster.XFSPHoster import XFSPHoster, create_getInfo +from module.plugins.internal.XFSPHoster import XFSPHoster, create_getInfo class SendmywayCom(XFSPHoster): __name__ = "SendmywayCom" __type__ = "hoster" - __version__ = "0.02" + __version__ = "0.03" __pattern__ = r'http://(?:www\.)?sendmyway\.com/\w{12}' |