diff options
author | Sebastian Deiss <sdeiss@haw-landshut.de> | 2014-04-23 14:42:23 +0200 |
---|---|---|
committer | Sebastian Deiss <sdeiss@haw-landshut.de> | 2014-04-23 14:42:23 +0200 |
commit | ce87fc8d7a8a025671183fc78091e5d1f6760f5f (patch) | |
tree | bce8764d8c708567e378d773e9352ee13a62daf6 /test.py | |
parent | 550f0b99eadf8a366253046acdd944709214123f (diff) | |
parent | 417102dbea0fbe2f7df6c690ee610b2cc2c18b19 (diff) |
Merge branch 'paramiko:master' into gssapi-py3-support
Conflicts:
sites/www/changelog.rst
test.py
Diffstat (limited to 'test.py')
-rwxr-xr-x | test.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -126,12 +126,12 @@ def main(): parser.add_option('--server_mode', action='store_true', dest='server_mode', default=False, help='Usage with --gssapi-test. Test the available GSS-API / SSPI server mode to.\ Note: you need to have access to the kerberos keytab file.') - + 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: |