diff options
Diffstat (limited to 'searx/engines/stackoverflow.py')
| -rw-r--r-- | searx/engines/stackoverflow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/stackoverflow.py b/searx/engines/stackoverflow.py index 213597243..e24b309c1 100644 --- a/searx/engines/stackoverflow.py +++ b/searx/engines/stackoverflow.py @@ -1,7 +1,7 @@ -from lxml import html from urlparse import urljoin from cgi import escape from urllib import urlencode +from lxml import html categories = ['it'] |