summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/Keep2shareCc.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:03:18 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:03:18 +0100
commit0331df435b912d8abfc012d15fd8be9ae90ad78d (patch)
treef4e44f5ea7da19d33235ba311ade9f1133c30a97 /pyload/plugins/hoster/Keep2shareCc.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-0331df435b912d8abfc012d15fd8be9ae90ad78d.tar.xz
Fix previous merge
Diffstat (limited to 'pyload/plugins/hoster/Keep2shareCc.py')
-rw-r--r--pyload/plugins/hoster/Keep2shareCc.py2
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