diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-07 16:17:19 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-07 16:17:19 -0800 |
commit | b4cd4bea1d5616dac5bc9c8a9c320164667d1533 (patch) | |
tree | c54e56428f7d985473eae06260023fd26c639f3a /tests/stub_sftp.py | |
parent | b29d018e367b9f19cf640bfa02080d8743b9d151 (diff) |
Start in on star import eradication
Diffstat (limited to 'tests/stub_sftp.py')
-rw-r--r-- | tests/stub_sftp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py index 58e4be26..4fbcead8 100644 --- a/tests/stub_sftp.py +++ b/tests/stub_sftp.py @@ -24,7 +24,7 @@ import os import sys from paramiko import ServerInterface, SFTPServerInterface, SFTPServer, SFTPAttributes, \ SFTPHandle, SFTP_OK, AUTH_SUCCESSFUL, OPEN_SUCCEEDED -from paramiko.common import * +from paramiko.common import o666 class StubServer (ServerInterface): |