Remove unused imports

This commit is contained in:
Corey Farwell 2015-08-08 17:45:30 -04:00
parent d4d4d6dc01
commit 2d841e1d91

View file

@ -5,13 +5,10 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
import os import os
import re
import subprocess import subprocess
import sys import sys
import BaseHTTPServer import BaseHTTPServer
import SimpleHTTPServer import SimpleHTTPServer
import SocketServer
import threading
import urlparse import urlparse
import json import json