summaryrefslogtreecommitdiffhomepage
path: root/tests/stub_sftp.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 11:31:03 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 14:15:32 -0700
commit6a4233be4bcddf480dd3d5ef96cdc8f39ad16795 (patch)
tree71471d725b6ad0d95361bb8dece58781374c0372 /tests/stub_sftp.py
parent6b96afd1d32316b0be3c28d3b5d298493086de27 (diff)
Import cleanup, mostly focused on s/tests/./
Diffstat (limited to 'tests/stub_sftp.py')
-rw-r--r--tests/stub_sftp.py1
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,