summaryrefslogtreecommitdiffhomepage
path: root/tests/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_client.py')
-rw-r--r--tests/test_client.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/test_client.py b/tests/test_client.py
index 937a10d0..b5fe2e06 100644
--- a/tests/test_client.py
+++ b/tests/test_client.py
@@ -23,21 +23,22 @@ Some unit tests for SSHClient.
from __future__ import with_statement
import gc
+import os
import platform
import socket
-from tempfile import mkstemp
import threading
+import time
import unittest
-import weakref
import warnings
-import os
-import time
-from tests.util import _support
+import weakref
+from tempfile import mkstemp
import paramiko
from paramiko.py3compat import PY2, b
from paramiko.ssh_exception import SSHException
+from .util import _support
+
FINGERPRINTS = {
'ssh-dss': b'\x44\x78\xf0\xb9\xa2\x3c\xc5\x18\x20\x09\xff\x75\x5b\xc1\xd2\x6c',