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
commit437643bd908d99924e3003db4d9d3718d9df5813 (patch)
tree9752c4e8ebd3ae23f7a586066a874bd4418feeaa /examples/telnet/toolbar.py
parentAdding debian version 3.0.43-2. (diff)
downloadprompt-toolkit-437643bd908d99924e3003db4d9d3718d9df5813.tar.xz
prompt-toolkit-437643bd908d99924e3003db4d9d3718d9df5813.zip
Merging upstream version 3.0.46.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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