mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 04:35:02 +08:00
Removed imports left unused after Py{OpenSSL,ASN1}
Commits533f61f67aand8b841bc9e3left some imports unused while swithing to PyOpenSSL and PyASN1 -- this commit removes these imports.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import textwrap, os, re, json
|
||||
import textwrap, re, json
|
||||
import libpry
|
||||
from libmproxy import utils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user