summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/utils.py b/searx/utils.py
index 77c392909..1ec45ed6e 100644
--- a/searx/utils.py
+++ b/searx/utils.py
@@ -33,6 +33,7 @@ if sys.version_info[0] == 3:
unichr = chr
unicode = str
IS_PY2 = False
+ basestring = str
else:
IS_PY2 = True