diff --git a/tests/tinyproxy.py b/tests/tinyproxy.py --- a/tests/tinyproxy.py +++ b/tests/tinyproxy.py @@ -15,10 +15,10 @@ Any help will be greatly appreciated. __version__ = "0.2.1" import BaseHTTPServer +import SocketServer import os import select import socket -import SocketServer import urlparse class ProxyHandler (BaseHTTPServer.BaseHTTPRequestHandler):