diff options
author | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-12 17:58:45 +0200 |
---|---|---|
committer | Armin <Armin@Armin-PC.diedering.lan> | 2015-04-12 17:58:45 +0200 |
commit | c1d652f22a8f90cacb6749b1661c6ff87ffa625b (patch) | |
tree | f7fc0b037f38c8354ca2df5ef4d596f83398555e /pyload/plugin/crypter/SafelinkingNet.py | |
parent | moved the config-nicer from config-parser to webui-app (diff) | |
download | pyload-c1d652f22a8f90cacb6749b1661c6ff87ffa625b.tar.xz |
fix, fix and more fixes
Diffstat (limited to 'pyload/plugin/crypter/SafelinkingNet.py')
-rw-r--r-- | pyload/plugin/crypter/SafelinkingNet.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |