From 0331df435b912d8abfc012d15fd8be9ae90ad78d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 7 Dec 2014 16:03:18 +0100 Subject: Fix previous merge --- pyload/plugins/crypter/SafelinkingNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugins/crypter/SafelinkingNet.py') diff --git a/pyload/plugins/crypter/SafelinkingNet.py b/pyload/plugins/crypter/SafelinkingNet.py index 38eb36ea5..681e07cd1 100644 --- a/pyload/plugins/crypter/SafelinkingNet.py +++ b/pyload/plugins/crypter/SafelinkingNet.py @@ -8,7 +8,7 @@ from BeautifulSoup import BeautifulSoup from pyload.utils import json_loads from pyload.plugins.internal.Crypter import Crypter -from pyload.plugins.internal.CaptchaService import SolveMedia +from pyload.plugins.internal.captcha import SolveMedia class SafelinkingNet(Crypter): -- cgit v1.2.3