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