From 1fe795e8bfb9d9ed7181bfe075469a960f7bb0e4 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 Dec 2014 18:42:46 +0100 Subject: Revert plugin directory structure --- pyload/plugins/captcha/AdsCaptcha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/captcha/AdsCaptcha.py') 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): -- cgit v1.2.3