From c1d652f22a8f90cacb6749b1661c6ff87ffa625b Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 12 Apr 2015 17:58:45 +0200 Subject: fix, fix and more fixes --- pyload/plugin/crypter/NCryptIn.py | 2 +- pyload/plugin/crypter/SafelinkingNet.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugin/crypter') diff --git a/pyload/plugin/crypter/NCryptIn.py b/pyload/plugin/crypter/NCryptIn.py index 94808db3b..a7f1b0bb9 100644 --- a/pyload/plugin/crypter/NCryptIn.py +++ b/pyload/plugin/crypter/NCryptIn.py @@ -6,7 +6,7 @@ import re from Crypto.Cipher import AES from pyload.plugin.Crypter import Crypter -from pyload.plugin.internal.captcha import ReCaptcha +from pyload.plugin.captcha import ReCaptcha class NCryptIn(Crypter): diff --git a/pyload/plugin/crypter/SafelinkingNet.py b/pyload/plugin/crypter/SafelinkingNet.py index 0c93d6919..720766d22 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.internal.captcha import SolveMedia +from pyload.plugin.captcha import SolveMedia class SafelinkingNet(Crypter): -- cgit v1.2.3