summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/sjp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/sjp.py b/searx/engines/sjp.py
index eff7b7092..e26a42a53 100644
--- a/searx/engines/sjp.py
+++ b/searx/engines/sjp.py
@@ -6,7 +6,7 @@
from lxml.html import fromstring
from searx import logger
from searx.utils import extract_text
-from searx.raise_for_httperror import raise_for_httperror
+from searx.network import raise_for_httperror
logger = logger.getChild('sjp engine')