diff options
Diffstat (limited to 'examples/full-screen/simple-demos/line-prefixes.py')
-rwxr-xr-x | examples/full-screen/simple-demos/line-prefixes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/simple-demos/line-prefixes.py b/examples/full-screen/simple-demos/line-prefixes.py index b52cb48..687d436 100755 --- a/examples/full-screen/simple-demos/line-prefixes.py +++ b/examples/full-screen/simple-demos/line-prefixes.py @@ -6,6 +6,7 @@ completion. Important is to make sure that there is a `CompletionsMenu` in the layout, otherwise the completions won't be visible. """ + from prompt_toolkit.application import Application from prompt_toolkit.buffer import Buffer from prompt_toolkit.filters import Condition |