From 3a82d5f45ffed16d654220efa92ef6b75ea3163b Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 12 Apr 2015 18:34:55 +0200 Subject: import fixes + code-cleanup --- pyload/plugin/crypter/SafelinkingNet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/plugin/crypter/SafelinkingNet.py') diff --git a/pyload/plugin/crypter/SafelinkingNet.py b/pyload/plugin/crypter/SafelinkingNet.py index 720766d22..a949d17b1 100644 --- a/pyload/plugin/crypter/SafelinkingNet.py +++ b/pyload/plugin/crypter/SafelinkingNet.py @@ -6,7 +6,7 @@ from BeautifulSoup import BeautifulSoup from pyload.utils import json_loads from pyload.plugin.Crypter import Crypter -from pyload.plugin.captcha import SolveMedia +from pyload.plugin.captcha.SolveMedia import SolveMedia class SafelinkingNet(Crypter): -- cgit v1.2.3