diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:50:54 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:50:54 -0700 |
commit | dd0524c2dc07892022ff187b156e10fa1f1c1716 (patch) | |
tree | 36eb4eddd01fb5b6d00c4f40521fc16f720f11ce /tests | |
parent | 8c9df8ba637e222a3e9da6d365d225f9cad81f18 (diff) |
Flake8/etc tweaks re #971 in 2.x
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index 38006df0..bfdf5f81 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, b +from paramiko.py3compat import PY2, b from paramiko.ssh_exception import SSHException |