From b51aac8a865984b65a84c0da3cb155cb3fbb6875 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 4 Aug 2011 10:34:34 +1200 Subject: Code cleanliness - appease pychecker. --- libmproxy/proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmproxy/proxy.py') diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py index e95b38e2..0ef5e225 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -5,10 +5,10 @@ Development started from Neil Schemenauer's munchy.py """ -import sys, os, string, socket, select, time, Cookie +import sys, os, string, socket, select, time import shutil, tempfile, threading import optparse, SocketServer, ssl -import utils, controller, flow +import utils, flow NAME = "mitmproxy" -- cgit v1.2.3