summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorMartin Packman <gzlist@googlemail.com>2017-05-25 22:13:01 +0100
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 13:41:56 -0700
commit02b0aef5932438c2dd0b7d649a6e61450fb71be3 (patch)
tree2691b0f26793e06897a3bb726ae27d593dd6687e /tests
parente66899a87ed2e510b66116284fc95763f5a2f4ec (diff)
Import from py3compat directly in test_client
Diffstat (limited to 'tests')
-rw-r--r--tests/test_client.py2
1 files changed, 1 insertions, 1 deletions
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