summaryrefslogtreecommitdiffstats
path: root/examples/ptpython_config/config.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
commit7693c11b424a25612782de924a1f7f07f649675f (patch)
tree4dabd5679f14e8113bfb5d080b91f8ff3cb85cfd /examples/ptpython_config/config.py
parentReleasing progress-linux version 3.0.26-3~progress7.99u1. (diff)
downloadptpython-7693c11b424a25612782de924a1f7f07f649675f.tar.xz
ptpython-7693c11b424a25612782de924a1f7f07f649675f.zip
Merging upstream version 3.0.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--examples/ptpython_config/config.py1
1 files changed, 1 insertions, 0 deletions
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