From 02b0aef5932438c2dd0b7d649a6e61450fb71be3 Mon Sep 17 00:00:00 2001 From: Martin Packman Date: Thu, 25 May 2017 22:13:01 +0100 Subject: Import from py3compat directly in test_client --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_client.py') diff --git a/tests/test_client.py b/tests/test_client.py index f2f2ea45..38006df0 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -35,7 +35,7 @@ import time from tests.util import test_path import paramiko -from paramiko.common import PY2 +from paramiko.common import PY2, b from paramiko.ssh_exception import SSHException -- cgit v1.2.3