Cleaned up colorcube's imports

This commit is contained in:
jaseg 2013-07-30 18:33:22 +02:00
parent 5e763123f8
commit d4623d34f1

View file

@ -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'