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

This commit is contained in:
Joel Martin 2010-08-04 14:33:32 -05:00
parent 5958fb4996
commit a6a1ad3d0a
1 changed files with 1 additions and 1 deletions

View File

@ -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 *