diff options
Diffstat (limited to 'searx/engines/torrentz.py')
| -rw-r--r-- | searx/engines/torrentz.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/torrentz.py b/searx/engines/torrentz.py index 92fbe7013..f9c832651 100644 --- a/searx/engines/torrentz.py +++ b/searx/engines/torrentz.py @@ -12,7 +12,6 @@ """ import re -from cgi import escape from urllib import urlencode from lxml import html from searx.engines.xpath import extract_text |