Browse Source

Remove unused imports (sys, ssl) in wsproxy.py

Joel Martin 15 years ago
parent
commit
a6a1ad3d0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/wsproxy.py

+ 1 - 1
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 *