summaryrefslogtreecommitdiff
path: root/searx/engines/sjp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-04-21 16:31:29 +0200
committerAlexandre Flament <alex@al-f.net>2021-04-21 16:31:29 +0200
commitb7848e342273526192a3392dcfd8c291196506ac (patch)
tree7cb6960c896f2c1750915e22e0dd6b1181264969 /searx/engines/sjp.py
parentae5954f2dad0386868709a59a1b29d005ebb2b2d (diff)
downloadsearxng-b7848e342273526192a3392dcfd8c291196506ac.tar.gz
searxng-b7848e342273526192a3392dcfd8c291196506ac.zip
[fix] searxng fix: sjp engine
Diffstat (limited to 'searx/engines/sjp.py')
-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')