diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-11 20:23:22 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-11 20:23:22 -0500 |
commit | 19a00412bfecd43d4fa6a13459955ccb13f29e02 (patch) | |
tree | a220c0c8edee0f6357c96ebbb366186e3ec54fc8 /tests | |
parent | ed8c25c1e68114bb4fa420efc01c4975a545768f (diff) |
Missed a spot re: b,u helpers now in util
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_sftp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index ab0094be..bcda5441 100644 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -35,6 +35,7 @@ import pytest from paramiko.common import o777, o600, o666, o644 from paramiko.sftp_attr import SFTPAttributes +from paramiko.util import b, u from tests import requireNonAsciiLocale from .util import needs_builtin |