diff options
Diffstat (limited to 'searx/engines/deviantart.py')
-rw-r--r-- | searx/engines/deviantart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/deviantart.py b/searx/engines/deviantart.py index 602678e41..d42a25a19 100644 --- a/searx/engines/deviantart.py +++ b/searx/engines/deviantart.py @@ -1,6 +1,6 @@ from urllib import urlencode -from lxml import html from urlparse import urljoin +from lxml import html categories = ['images'] |