summaryrefslogtreecommitdiffstats
path: root/examples/asyncio-ssh-python-embed.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:03:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:03:26 +0000
commit75c118cf7675e6f19cbb80bc16e92740676c7f4b (patch)
treeb7840cfab1291920b36df87833c253051d4b54f0 /examples/asyncio-ssh-python-embed.py
parentAdding upstream version 3.0.26. (diff)
downloadptpython-upstream/3.0.27.tar.xz
ptpython-upstream/3.0.27.zip
Adding upstream version 3.0.27.upstream/3.0.27
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/asyncio-ssh-python-embed.py')
-rwxr-xr-xexamples/asyncio-ssh-python-embed.py1
1 files changed, 1 insertions, 0 deletions
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