From 75c118cf7675e6f19cbb80bc16e92740676c7f4b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 22:03:26 +0200 Subject: Adding upstream version 3.0.27. Signed-off-by: Daniel Baumann --- examples/python-embed-with-custom-prompt.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/python-embed-with-custom-prompt.py') diff --git a/examples/python-embed-with-custom-prompt.py b/examples/python-embed-with-custom-prompt.py index d54da1d..5e8c707 100755 --- a/examples/python-embed-with-custom-prompt.py +++ b/examples/python-embed-with-custom-prompt.py @@ -2,6 +2,7 @@ """ Example of embedding a Python REPL, and setting a custom prompt. """ + from prompt_toolkit.formatted_text import HTML, AnyFormattedText from ptpython.prompt_style import PromptStyle -- cgit v1.2.3