diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 19:32:57 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-09 23:26:00 -0500 |
commit | 3e87f05b57213cc539670f85ac7ea8ccddb9e5c4 (patch) | |
tree | 5f3442839198de82f1376dbc53a0916856a8ebb9 /tests/loop.py | |
parent | 768f3e238b26127cee5cf5d4d18a17a40c349c9e (diff) |
Migrate some byte related helpers around
I feel like we should be able to just nuke byte_chr and friends at this
point, but it's not entirely obvious, so let's rock that boat later.
Diffstat (limited to 'tests/loop.py')
-rw-r--r-- | tests/loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/loop.py b/tests/loop.py index 6de4b164..51dc6308 100644 --- a/tests/loop.py +++ b/tests/loop.py @@ -19,7 +19,7 @@ import socket import threading -from paramiko.common import asbytes +from paramiko.util import asbytes class LoopSocket(object): |