diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-11 20:14:49 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-11 20:14:49 -0500 |
commit | 7f8262abf6879b80fbb23d835728eb1851ba8a08 (patch) | |
tree | b31b7af5096ea2216b4f93bdbf11c0e841f6a9b2 /tests/test_sftp.py | |
parent | 3bc0ddeb7c366ab82636e8b98b0989fd275cfd10 (diff) |
Import shuffle
Diffstat (limited to 'tests/test_sftp.py')
-rw-r--r-- | tests/test_sftp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sftp.py b/tests/test_sftp.py index c273feaa..05d27af8 100644 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -34,8 +34,8 @@ from tempfile import mkstemp import pytest from paramiko.common import o777, o600, o666, o644 -from tests import requireNonAsciiLocale from paramiko.sftp_attr import SFTPAttributes +from tests import requireNonAsciiLocale from .util import needs_builtin from .util import slow |