diff options
Diffstat (limited to 'tests/test_pkey.py')
-rw-r--r-- | tests/test_pkey.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 1ed021f9..604bbfa6 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -37,7 +37,8 @@ from paramiko import ( util, SSHException, ) -from paramiko.py3compat import b, bytes +from paramiko.py3compat import bytes +from paramiko.util import b from paramiko.common import o600, byte_chr from cryptography.exceptions import UnsupportedAlgorithm |