diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-19 00:36:50 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-07-19 00:36:50 +0200 |
commit | 876673902e5ea8d5336e144cad18d23fda613e94 (patch) | |
tree | 5b6ba792882eb110e822b2e64dda2b6a4f3722e9 /module/network | |
parent | improved hook loader (diff) | |
download | pyload-876673902e5ea8d5336e144cad18d23fda613e94.tar.xz |
cleanup
Diffstat (limited to 'module/network')
-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): |