diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-07-25 10:03:19 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-07-25 10:56:24 +0200 |
commit | 4855659eebfe7b2ea965daced88879277b75439c (patch) | |
tree | 5875405970865b00d50ed3bcd1f5ef10e3b8d7de /mitmproxy/tools | |
parent | a2c2b1a9cbac8d3c6cf82dadd9047adedd97fe84 (diff) | |
download | mitmproxy-4855659eebfe7b2ea965daced88879277b75439c.tar.gz mitmproxy-4855659eebfe7b2ea965daced88879277b75439c.tar.bz2 mitmproxy-4855659eebfe7b2ea965daced88879277b75439c.zip |
nuke old openssl
Diffstat (limited to 'mitmproxy/tools')
-rw-r--r-- | mitmproxy/tools/main.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mitmproxy/tools/main.py b/mitmproxy/tools/main.py index 7debb3e0..58900d29 100644 --- a/mitmproxy/tools/main.py +++ b/mitmproxy/tools/main.py @@ -16,7 +16,6 @@ from mitmproxy import exceptions # noqa from mitmproxy import options # noqa from mitmproxy import optmanager # noqa from mitmproxy import proxy # noqa -from mitmproxy.utils import version_check # noqa from mitmproxy.utils import debug # noqa @@ -58,7 +57,6 @@ def run(MasterKlass, args, extra=None): # pragma: no cover extra: Extra argument processing callable which returns a dict of options. """ - version_check.check_pyopenssl_version() debug.register_info_dumpers() opts = options.Options() |