diff options
Diffstat (limited to 'module/network/HTTPRequest.py')
-rw-r--r-- | module/network/HTTPRequest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/HTTPRequest.py b/module/network/HTTPRequest.py index bd04ac3cf..4dd41674c 100644 --- a/module/network/HTTPRequest.py +++ b/module/network/HTTPRequest.py @@ -24,7 +24,6 @@ from urllib import quote, urlencode from logging import getLogger from cStringIO import StringIO -from module.utils import html_unescape from module.plugins.Plugin import Abort def myquote(url): |