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'