summary refs log tree commit diff stats
path: root/doc/tools/print_colors.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools/print_colors.py')
-rwxr-xr-xdoc/tools/print_colors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/print_colors.py b/doc/tools/print_colors.py
index 69436778..65625cb5 100755
--- a/doc/tools/print_colors.py
+++ b/doc/tools/print_colors.py
@@ -4,7 +4,7 @@ You can use this tool to display all supported colors and their color number.
 It will exit after a keypress.
 """
 
-from __future__ import (absolute_import, print_function)
+from __future__ import (absolute_import, division, print_function)
 
 import curses