From aac89b5127675b8b8100eba08b397c913c752ea0 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 5 Jun 2017 18:07:40 -0700 Subject: No idea how this got past all the earlier flake8 work... --- paramiko/transport.py | 1 + 1 file changed, 1 insertion(+) diff --git a/paramiko/transport.py b/paramiko/transport.py index 7e437cc9..7ff40933 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -81,6 +81,7 @@ def _join_lingering_threads(): for thr in _active_threads: thr.stop_thread() + import atexit atexit.register(_join_lingering_threads) -- cgit v1.2.3