From a6a1ad3d0a78f24a3090e69033af40d83f0ae7bc Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 4 Aug 2010 14:33:32 -0500 Subject: [PATCH] Remove unused imports (sys, ssl) in wsproxy.py --- utils/wsproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/wsproxy.py b/utils/wsproxy.py index 1abdce9f..845df2a0 100755 --- a/utils/wsproxy.py +++ b/utils/wsproxy.py @@ -11,7 +11,7 @@ as taken from http://docs.python.org/dev/library/ssl.html#certificates ''' -import sys, socket, ssl, optparse +import socket, optparse from select import select from websocket import *