summaryrefslogtreecommitdiffstats
path: root/examples/asyncio-ssh-python-embed.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
commit7693c11b424a25612782de924a1f7f07f649675f (patch)
tree4dabd5679f14e8113bfb5d080b91f8ff3cb85cfd /examples/asyncio-ssh-python-embed.py
parentReleasing progress-linux version 3.0.26-3~progress7.99u1. (diff)
downloadptpython-7693c11b424a25612782de924a1f7f07f649675f.tar.xz
ptpython-7693c11b424a25612782de924a1f7f07f649675f.zip
Merging upstream version 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