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/ptpython_config/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/ptpython_config/config.py') diff --git a/examples/ptpython_config/config.py b/examples/ptpython_config/config.py index b25850a..bfd3914 100644 --- a/examples/ptpython_config/config.py +++ b/examples/ptpython_config/config.py @@ -5,6 +5,7 @@ Copy this file to $XDG_CONFIG_HOME/ptpython/config.py On Linux, this is: ~/.config/ptpython/config.py On macOS, this is: ~/Library/Application Support/ptpython/config.py """ + from prompt_toolkit.filters import ViInsertMode from prompt_toolkit.key_binding.key_processor import KeyPress from prompt_toolkit.keys import Keys -- cgit v1.2.3