summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/simple-demos/focus.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/simple-demos/focus.py')
-rwxr-xr-xexamples/full-screen/simple-demos/focus.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/simple-demos/focus.py b/examples/full-screen/simple-demos/focus.py
index 9fe9b8f..fbf965e 100755
--- a/examples/full-screen/simple-demos/focus.py
+++ b/examples/full-screen/simple-demos/focus.py
@@ -2,6 +2,7 @@
"""
Demonstration of how to programmatically focus a certain widget.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.buffer import Buffer
from prompt_toolkit.document import Document