summaryrefslogtreecommitdiffstats
path: root/examples/telnet/hello-world.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/telnet/hello-world.py')
-rwxr-xr-xexamples/telnet/hello-world.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/telnet/hello-world.py b/examples/telnet/hello-world.py
index c19c60c..f7bbda1 100755
--- a/examples/telnet/hello-world.py
+++ b/examples/telnet/hello-world.py
@@ -6,6 +6,7 @@ The interaction function is a prompt_toolkit coroutine.
Also see the `hello-world-asyncio.py` example which uses an asyncio coroutine.
That is probably the preferred way if you only need Python 3 support.
"""
+
import logging
from asyncio import run