summaryrefslogtreecommitdiffstats
path: root/examples/telnet/toolbar.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-05 04:45:14 +0000
commit5b43aaac61ac94abe722bc98ae58468618f2f512 (patch)
tree3d58c89faa23d194f83abb24ae1fd05067538fff /examples/telnet/toolbar.py
parentAdding upstream version 3.0.43. (diff)
downloadprompt-toolkit-5b43aaac61ac94abe722bc98ae58468618f2f512.tar.xz
prompt-toolkit-5b43aaac61ac94abe722bc98ae58468618f2f512.zip
Adding upstream version 3.0.46.upstream/3.0.46
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples/telnet/toolbar.py')
-rwxr-xr-xexamples/telnet/toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/telnet/toolbar.py b/examples/telnet/toolbar.py
index d6ae886..6e31c9f 100755
--- a/examples/telnet/toolbar.py
+++ b/examples/telnet/toolbar.py
@@ -3,6 +3,7 @@
Example of a telnet application that displays a bottom toolbar and completions
in the prompt.
"""
+
import logging
from asyncio import run