Removed unused import of SimpleHTTPRequestHandler.
This commit is contained in:
parent
d0608a63b6
commit
f594d70daf
|
|
@ -13,7 +13,6 @@ as taken from http://docs.python.org/dev/library/ssl.html#certificates
|
||||||
|
|
||||||
import signal, socket, optparse, time, os, sys, subprocess
|
import signal, socket, optparse, time, os, sys, subprocess
|
||||||
import SocketServer, BaseHTTPServer
|
import SocketServer, BaseHTTPServer
|
||||||
from SimpleHTTPServer import SimpleHTTPRequestHandler
|
|
||||||
from select import select
|
from select import select
|
||||||
import websocket
|
import websocket
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue