summaryrefslogtreecommitdiff
path: root/urwid/command_map.py
diff options
context:
space:
mode:
Diffstat (limited to 'urwid/command_map.py')
-rw-r--r--urwid/command_map.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/urwid/command_map.py b/urwid/command_map.py
index 15633f8..e6965f7 100644
--- a/urwid/command_map.py
+++ b/urwid/command_map.py
@@ -19,6 +19,8 @@
#
# Urwid web site: http://excess.org/urwid/
+from __future__ import division, print_function
+
REDRAW_SCREEN = 'redraw screen'
CURSOR_UP = 'cursor up'
CURSOR_DOWN = 'cursor down'