Removed unused import of SimpleHTTPRequestHandler.

This commit is contained in:
Peter Åstrand (astrand) 2013-03-20 11:00:34 +01:00
parent d0608a63b6
commit f594d70daf
1 changed files with 0 additions and 1 deletions

View File

@ -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 SocketServer, BaseHTTPServer
from SimpleHTTPServer import SimpleHTTPRequestHandler
from select import select
import websocket
try: