From d4623d34f1032324e5ee39155e705bf5aa215f4b Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 30 Jul 2013 18:33:22 +0200 Subject: Cleaned up colorcube's imports --- colorcube.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'colorcube.py') diff --git a/colorcube.py b/colorcube.py index ebf36b9..d87af0c 100755 --- a/colorcube.py +++ b/colorcube.py @@ -1,7 +1,5 @@ #!/usr/bin/env python -import os, sys, argparse, os.path, json - # Display an xterm-256color color palette on the terminal, including color ids reset_sequence = '\033[39;49m' -- cgit