summaryrefslogtreecommitdiffstats
path: root/examples/ssh/asyncssh-server.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ssh/asyncssh-server.py')
-rwxr-xr-xexamples/ssh/asyncssh-server.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ssh/asyncssh-server.py b/examples/ssh/asyncssh-server.py
index 27d0dd2..0b09f2b 100755
--- a/examples/ssh/asyncssh-server.py
+++ b/examples/ssh/asyncssh-server.py
@@ -2,6 +2,7 @@
"""
Example of running a prompt_toolkit application in an asyncssh server.
"""
+
import asyncio
import logging