diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:31:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 14:15:32 -0700 |
commit | 6a4233be4bcddf480dd3d5ef96cdc8f39ad16795 (patch) | |
tree | 71471d725b6ad0d95361bb8dece58781374c0372 /tests/test_auth.py | |
parent | 6b96afd1d32316b0be3c28d3b5d298493086de27 (diff) |
Import cleanup, mostly focused on s/tests/./
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r-- | tests/test_auth.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index ffd6bbc8..9ca48947 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -30,8 +30,10 @@ from paramiko import ( ) from paramiko import AUTH_FAILED, AUTH_PARTIALLY_SUCCESSFUL, AUTH_SUCCESSFUL from paramiko.py3compat import u -from tests.loop import LoopSocket -from tests.util import _support + +from .loop import LoopSocket +from .util import _support + _pwd = u('\u2022') |