summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2018-06-19 14:49:41 +0200
committerLucas Hoffmann <l-m-h@web.de>2018-06-19 14:49:41 +0200
commit7da905e9d3842344643091fb68850db9ca239a7a (patch)
treedf615420160abf5dd4772b0a3c7723077d5c4821 /extra
parentbb6f52d23f26a163a9c4fc49ee4fe749b9e3af7c (diff)
Fix imports in colour picker
Diffstat (limited to 'extra')
-rwxr-xr-xextra/colour_picker.py3
1 files changed, 0 insertions, 3 deletions
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