summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/captcha/AdsCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/captcha/AdsCaptcha.py')
-rw-r--r--pyload/plugins/captcha/AdsCaptcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/captcha/AdsCaptcha.py b/pyload/plugins/captcha/AdsCaptcha.py
index 3f14ebdc0..cc9e54350 100644
--- a/pyload/plugins/captcha/AdsCaptcha.py
+++ b/pyload/plugins/captcha/AdsCaptcha.py
@@ -4,7 +4,7 @@ import re
from random import random
-from pyload.plugins.internal.Captcha import Captcha
+from pyload.plugins.Captcha import Captcha
class AdsCaptcha(Captcha):