pylint, pyflakes: remove unused or duplicate imports stable
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 14 Apr 2010 17:58:10 +0900
branchstable
changeset 1051 5b75af0ca224
parent 1049 fcc01604f7a6
child 1052 5a3bcda2de29
pylint, pyflakes: remove unused or duplicate imports [ original upstream message ]
tests/get-with-headers.py
--- a/tests/get-with-headers.py	Tue Feb 07 18:47:16 2012 +0100
+++ 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