mirror of
https://github.com/searxng/searxng.git
synced 2026-06-05 17:37:18 +02:00
[enh] py3 compatibility
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
"""
|
||||
|
||||
from json import loads
|
||||
from random import randint
|
||||
from time import time
|
||||
from urllib import urlencode
|
||||
from lxml.html import fromstring
|
||||
from searx.url_utils import urlencode
|
||||
|
||||
# engine dependent config
|
||||
categories = ['general']
|
||||
|
||||
Reference in New Issue
Block a user