Commit a6a1ad3d authored by Joel Martin's avatar Joel Martin

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

parent 5958fb49
...@@ -11,7 +11,7 @@ as taken from http://docs.python.org/dev/library/ssl.html#certificates ...@@ -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 *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment