diff options
Diffstat (limited to 'examples/ssh')
-rwxr-xr-x | examples/ssh/asyncssh-server.py | 1 |
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 |