diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:31:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 14:15:32 -0700 |
commit | 6a4233be4bcddf480dd3d5ef96cdc8f39ad16795 (patch) | |
tree | 71471d725b6ad0d95361bb8dece58781374c0372 /tests/stub_sftp.py | |
parent | 6b96afd1d32316b0be3c28d3b5d298493086de27 (diff) |
Import cleanup, mostly focused on s/tests/./
Diffstat (limited to 'tests/stub_sftp.py')
-rw-r--r-- | tests/stub_sftp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py index 334af561..1b3d7387 100644 --- a/tests/stub_sftp.py +++ b/tests/stub_sftp.py @@ -22,6 +22,7 @@ A stub SFTP server for loopback SFTP testing. import os import sys + from paramiko import ( ServerInterface, SFTPServerInterface, SFTPServer, SFTPAttributes, SFTPHandle, SFTP_OK, AUTH_SUCCESSFUL, OPEN_SUCCEEDED, |