From 15ad7704d25978a1e803a638e0ad6142a9b76671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Veres-Szentkir=C3=A1lyi?= Date: Thu, 1 Mar 2012 16:20:34 +0100 Subject: Removed imports left unused after Py{OpenSSL,ASN1} Commits 533f61f67aab38f5bce882ad0dc03b7b5f292956 and 8b841bc9e370370716b473f26e001c65e2eee2af left some imports unused while swithing to PyOpenSSL and PyASN1 -- this commit removes these imports. --- libmproxy/certutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy') diff --git a/libmproxy/certutils.py b/libmproxy/certutils.py index 5d9902f0..43d14091 100644 --- a/libmproxy/certutils.py +++ b/libmproxy/certutils.py @@ -1,4 +1,4 @@ -import subprocess, os, tempfile, ssl, hashlib, socket, re +import subprocess, os, ssl, hashlib, socket from pyasn1.type import univ, constraint, char, namedtype, tag from pyasn1.codec.der.decoder import decode import OpenSSL -- cgit v1.2.3