summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/simple-demos/margins.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/simple-demos/margins.py')
-rwxr-xr-xexamples/full-screen/simple-demos/margins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/simple-demos/margins.py b/examples/full-screen/simple-demos/margins.py
index 467492d..b60ce0c 100755
--- a/examples/full-screen/simple-demos/margins.py
+++ b/examples/full-screen/simple-demos/margins.py
@@ -5,6 +5,7 @@ Example of Window margins.
This is mainly used for displaying line numbers and scroll bars, but it could
be used to display any other kind of information as well.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.buffer import Buffer
from prompt_toolkit.key_binding import KeyBindings