summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/crypter/FilecryptCc.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/crypter/FilecryptCc.py')
-rw-r--r--pyload/plugin/crypter/FilecryptCc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/crypter/FilecryptCc.py b/pyload/plugin/crypter/FilecryptCc.py
index c052573e1..1d8388dcd 100644
--- a/pyload/plugin/crypter/FilecryptCc.py
+++ b/pyload/plugin/crypter/FilecryptCc.py
@@ -10,7 +10,7 @@ from Crypto.Cipher import AES
from urlparse import urljoin
from pyload.plugin.Crypter import Crypter
-from pyload.plugin.internal.CaptchaService import ReCaptcha
+from pyload.plugin.captcha.ReCaptcha import ReCaptcha
class FilecryptCc(Crypter):