瀏覽代碼

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

Joel Martin 15 年之前
父節點
當前提交
a6a1ad3d0a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 select import select
 from websocket import *
 from websocket import *