diff tests/get-with-headers.py @ 10905:13a1b2fb7ef2

pylint, pyflakes: remove unused or duplicate imports
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 14 Apr 2010 17:58:10 +0900
parents 4d9dea174b84
children 1121af239761
line wrap: on
line diff
--- a/tests/get-with-headers.py	Wed Apr 14 09:09:43 2010 +0200
+++ b/tests/get-with-headers.py	Wed Apr 14 17:58:10 2010 +0900
@@ -3,7 +3,7 @@
 """This does HTTP GET requests given a host:port and path and returns
 a subset of the headers plus the body of the result."""
 
-import httplib, sys, re
+import httplib, sys
 
 try:
     import msvcrt, os