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_pkey.py | |
parent | b9ff5f3e4b11a7b8928e51629df0bfde4c6ebe53 (diff) |
Import cleanup, mostly focused on s/tests/./
Diffstat (limited to 'tests/test_pkey.py')
-rw-r--r-- | tests/test_pkey.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_pkey.py b/tests/test_pkey.py index be0f9465..c745232b 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -30,7 +30,8 @@ import base64 from paramiko import RSAKey, DSSKey, ECDSAKey, Ed25519Key, Message, util from paramiko.py3compat import StringIO, byte_chr, b, bytes, PY2 -from tests.util import _support +from .util import _support + # from openssh's ssh-keygen PUB_RSA = 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA049W6geFpmsljTwfvI1UmKWWJPNFI74+vNKTk4dmzkQY2yAMs6FhlvhlI8ysU4oj71ZsRYMecHbBbxdN79+JRFVYTKaLqjwGENeTd+yv4q+V2PvZv3fLnzApI3l7EJCqhWwJUHJ1jAkZzqDx0tyOL4uoZpww3nmE0kb3y21tH4c=' |