diff options
| author | 2015-01-23 01:17:36 +0100 | |
|---|---|---|
| committer | 2015-01-23 01:17:36 +0100 | |
| commit | 7091aa7914b93a594862f0da8c2f2ec6ed3b9001 (patch) | |
| tree | c8f9579bcea6663f4ada444b5f62a4694eaf3a13 /module/plugins/hoster/PutdriveCom.py | |
| parent | [ClickAndLoad] Improve create_connection (diff) | |
| download | pyload-7091aa7914b93a594862f0da8c2f2ec6ed3b9001.tar.xz | |
[MultihostersCom][PutdriveCom] Fix bad import
Diffstat (limited to 'module/plugins/hoster/PutdriveCom.py')
| -rw-r--r-- | module/plugins/hoster/PutdriveCom.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/PutdriveCom.py b/module/plugins/hoster/PutdriveCom.py index 67732a4cd..7f4b7b6cc 100644 --- a/module/plugins/hoster/PutdriveCom.py +++ b/module/plugins/hoster/PutdriveCom.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -from module.plugins.hosters.ZeveraCom import ZeveraCom +from module.plugins.hoster.ZeveraCom import ZeveraCom class PutdriveCom(ZeveraCom): __name__ = "PutdriveCom" __type__ = "hoster" - __version__ = "0.01" + __version__ = "0.02" __pattern__ = r'https?://(?:www\.)putdrive\.com/(getFiles\.ashx|Members/download\.ashx)\?.*ourl=.+' |
