summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CatShareNet.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-07-15 22:07:29 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-07-15 22:07:29 +0200
commitdd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd (patch)
treed1ec1ef902a3e15fbd765ad91e4b41e2b9012e9a /module/plugins/hoster/CatShareNet.py
parentUploadedTo: fixed http://forum.pyload.org/viewtopic.php?f=10&t=2799 (diff)
downloadpyload-dd30ed8ae9f9ba1472d1ff9721d626dcc39b12fd.tar.xz
Using CaptchaService to make them works on 0.5
Diffstat (limited to 'module/plugins/hoster/CatShareNet.py')
-rw-r--r--module/plugins/hoster/CatShareNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/CatShareNet.py b/module/plugins/hoster/CatShareNet.py
index 47063096e..3289ef72c 100644
--- a/module/plugins/hoster/CatShareNet.py
+++ b/module/plugins/hoster/CatShareNet.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import re
from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
-from module.plugins.ReCaptcha import ReCaptcha
+from module.plugins.internal.CaptchaService import ReCaptcha
class CatShareNet(SimpleHoster):