summaryrefslogtreecommitdiff
path: root/searx/engines
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-21 19:44:20 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-21 19:44:20 +0100
commit10891bdeab9cc1ffb4b490d2d4897aca0f15c921 (patch)
tree71bf1f76ccc6623d94215bc25e2f8fcbdabd9d8a /searx/engines
parent549dcac588e810090e98cb753fde2828bef66325 (diff)
parentd07cfd9089d05a6a81109518f03ba82660a4aef7 (diff)
Merge pull request #192 from dalf/connection-pool
[enh] improve response time. close #100
Diffstat (limited to 'searx/engines')
-rw-r--r--searx/engines/wikidata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/wikidata.py b/searx/engines/wikidata.py
index da3152ac8..43f72761e 100644
--- a/searx/engines/wikidata.py
+++ b/searx/engines/wikidata.py
@@ -1,6 +1,6 @@
import json
-from requests import get
from urllib import urlencode
+from searx.poolrequests import get
from searx.utils import format_date_by_locale
result_count = 1