From 1808e4963e7da1b18319fdca44866dc2a71c62a0 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 14 Jan 2017 11:46:11 +0100 Subject: Use absolute_imports from __future__ --- extra/colour_picker.py | 1 + 1 file changed, 1 insertion(+) (limited to 'extra') diff --git a/extra/colour_picker.py b/extra/colour_picker.py index badb494e..8c28a2ee 100755 --- a/extra/colour_picker.py +++ b/extra/colour_picker.py @@ -31,6 +31,7 @@ Palette test. Shows the available foreground and background settings in monochrome, 16 color, 88 color and 256 color modes. """ +from __future__ import absolute_import import re import sys -- cgit v1.2.3