summaryrefslogtreecommitdiffhomepage
path: root/tests/test_agent.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_agent.py')
-rw-r--r--tests/test_agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_agent.py b/tests/test_agent.py
index c3973bbb..01602d0e 100644
--- a/tests/test_agent.py
+++ b/tests/test_agent.py
@@ -8,7 +8,7 @@ from paramiko.agent import (
SSH_AGENT_RSA_SHA2_512,
AgentKey,
)
-from paramiko.py3compat import b
+from paramiko.util import b
class ChaosAgent: