summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Packman <gzlist@googlemail.com>2017-05-25 22:13:01 +0100
committerMartin Packman <gzlist@googlemail.com>2017-05-25 22:13:01 +0100
commit890fbd542a2460db33d7645c47f994daa3af0dbf (patch)
tree67320c223796f2e680975c0db397255813c57a39
parentd4c3426d7b08f51f15239dbcb8a3b8f4c5685f35 (diff)
downloadparamiko-890fbd542a2460db33d7645c47f994daa3af0dbf.tar.gz
Import from py3compat directly in test_client
-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 f775532e..8411f64b 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -32,7 +32,7 @@ import os
import time
from tests.util import test_path
import paramiko
-from paramiko.common import PY2, b
+from paramiko.py3compat import PY2, b
from paramiko.ssh_exception import SSHException