From 62e62f1eace5899d0176ef0dd1b66c6ef72f7ab0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 29 Jul 2013 18:38:13 +0200 Subject: Cobbled together a setup.py --- colorcube.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'colorcube.py') diff --git a/colorcube.py b/colorcube.py index dc84e2e..ebf36b9 100755 --- a/colorcube.py +++ b/colorcube.py @@ -2,6 +2,8 @@ import os, sys, argparse, os.path, json +# Display an xterm-256color color palette on the terminal, including color ids + reset_sequence = '\033[39;49m' def esc(i): -- cgit