From 35ee0c098f1a9c492ddec34bf03f4f6741ac6d41 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Wed, 27 Jun 2012 16:43:33 +1200 Subject: Remove certutils from mitmproxy. --- 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 bbccb713..0f68fe25 100644 --- a/libmproxy/proxy.py +++ b/libmproxy/proxy.py @@ -16,8 +16,8 @@ import sys, os, string, socket, time import shutil, tempfile, threading import optparse, SocketServer from OpenSSL import SSL -from netlib import odict, tcp, http, wsgi -import utils, flow, certutils, version, platform +from netlib import odict, tcp, http, wsgi, certutils +import utils, flow, version, platform class ProxyError(Exception): -- cgit v1.2.3