From 7693c11b424a25612782de924a1f7f07f649675f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 4 Jun 2024 06:07:44 +0200 Subject: Merging upstream version 3.0.27. Signed-off-by: Daniel Baumann --- examples/asyncio-ssh-python-embed.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/asyncio-ssh-python-embed.py') diff --git a/examples/asyncio-ssh-python-embed.py b/examples/asyncio-ssh-python-embed.py index be0689e..9bbad86 100755 --- a/examples/asyncio-ssh-python-embed.py +++ b/examples/asyncio-ssh-python-embed.py @@ -5,6 +5,7 @@ This requires Python 3, asyncio and asyncssh. Run this example and then SSH to localhost, port 8222. """ + import asyncio import logging -- cgit v1.2.3