diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-07 16:03:18 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-07 16:03:18 +0100 |
commit | 0331df435b912d8abfc012d15fd8be9ae90ad78d (patch) | |
tree | f4e44f5ea7da19d33235ba311ade9f1133c30a97 /pyload/plugins/hoster/Keep2shareCc.py | |
parent | Merge branch 'stable' into 0.4.10 (diff) | |
download | pyload-0331df435b912d8abfc012d15fd8be9ae90ad78d.tar.xz |
Fix previous merge
Diffstat (limited to 'pyload/plugins/hoster/Keep2shareCc.py')
-rw-r--r-- | pyload/plugins/hoster/Keep2shareCc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/Keep2shareCc.py b/pyload/plugins/hoster/Keep2shareCc.py index 6fef901d8..44587c946 100644 --- a/pyload/plugins/hoster/Keep2shareCc.py +++ b/pyload/plugins/hoster/Keep2shareCc.py @@ -4,7 +4,7 @@ import re from urlparse import urljoin, urlparse -from pyload.plugins.internal.CaptchaService import ReCaptcha +from pyload.plugins.internal.captcha import ReCaptcha from pyload.plugins.internal.SimpleHoster import _isDirectLink, SimpleHoster, create_getInfo |