From 7693c11b424a25612782de924a1f7f07f649675f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 4 Jun 2024 06:07:44 +0200 Subject: Merging upstream version 3.0.27. Signed-off-by: Daniel Baumann --- examples/asyncio-python-embed.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/asyncio-python-embed.py') diff --git a/examples/asyncio-python-embed.py b/examples/asyncio-python-embed.py index a8fbba5..38cc1c2 100755 --- a/examples/asyncio-python-embed.py +++ b/examples/asyncio-python-embed.py @@ -11,6 +11,7 @@ The ``patch_stdout`` option makes sure that when another coroutine is writing to stdout, it won't break the input line, but instead writes nicely above the prompt. """ + import asyncio from ptpython.repl import embed -- cgit v1.2.3