summaryrefslogtreecommitdiffhomepage
path: root/paramiko/transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/transport.py')
-rw-r--r--paramiko/transport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py
index 6fb37970..6aae0837 100644
--- a/paramiko/transport.py
+++ b/paramiko/transport.py
@@ -1539,10 +1539,6 @@ class Transport (threading.Thread):
# containers.
Random.atfork()
- # Hold reference to 'sys' so we can test sys.modules to detect
- # interpreter shutdown.
- self.sys = sys
-
# active=True occurs before the thread is launched, to avoid a race
_active_threads.append(self)
if self.server_mode: