diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:31:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:31:03 -0700 |
commit | 385856db1bd2a2db7c5dd922a6e74d8e63082303 (patch) | |
tree | 278287470408c016b51ee21d9fcd50bc7569b6a0 /tests/test_util.py | |
parent | b9ff5f3e4b11a7b8928e51629df0bfde4c6ebe53 (diff) |
Import cleanup, mostly focused on s/tests/./
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index cb326ff7..90473f43 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -30,6 +30,7 @@ import paramiko.util from paramiko.util import lookup_ssh_host_config as host_config, safe_string from paramiko.py3compat import StringIO, byte_ord, b + # Note some lines in this configuration have trailing spaces on purpose test_config_file = """\ Host * |