summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/prompts/switch-between-vi-emacs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/prompts/switch-between-vi-emacs.py b/examples/prompts/switch-between-vi-emacs.py
index 533c92fc..dc0edd8d 100755
--- a/examples/prompts/switch-between-vi-emacs.py
+++ b/examples/prompts/switch-between-vi-emacs.py
@@ -3,6 +3,7 @@
Example that displays how to switch between Emacs and Vi input mode.
"""
+from __future__ import unicode_literals
from prompt_toolkit import prompt
from prompt_toolkit.application.current import get_app
from prompt_toolkit.enums import EditingMode