From 7da905e9d3842344643091fb68850db9ca239a7a Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Tue, 19 Jun 2018 14:49:41 +0200 Subject: Fix imports in colour picker --- extra/colour_picker.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'extra') diff --git a/extra/colour_picker.py b/extra/colour_picker.py index 2174d997..b2a48ab2 100755 --- a/extra/colour_picker.py +++ b/extra/colour_picker.py @@ -32,10 +32,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 import urwid import urwid.raw_display -- cgit v1.2.3