diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-14 11:06:44 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-14 11:06:44 -0400 |
commit | 91ab5f0c751ed01d16986ca5a66374159f402d6a (patch) | |
tree | b6ee82f463d80a1ecf2d5734d97793f31ba597bf /test.py | |
parent | b0876fa01394186d08938430f9459012fdde3bf1 (diff) | |
parent | 9e2e9812247adbedf0eab84ad5cdd80c458d68f9 (diff) |
Merge branch 'master' into ecdsa-deterministic
Conflicts:
paramiko/ecdsakey.py
Diffstat (limited to 'test.py')
-rwxr-xr-x | test.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -101,12 +101,12 @@ def main(): parser.add_option('-P', '--sftp-passwd', dest='password', type='string', default=default_passwd, metavar='<password>', help='[with -R] (optional) password to unlock the private key for remote sftp tests') - + options, args = parser.parse_args() - + # setup logging paramiko.util.log_to_file('test.log') - + if options.use_sftp: from tests.test_sftp import SFTPTest if options.use_loopback_sftp: |