aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaseg <s@jaseg.de>2013-07-30 18:33:22 +0200
committerjaseg <s@jaseg.de>2013-07-30 18:33:22 +0200
commitd4623d34f1032324e5ee39155e705bf5aa215f4b (patch)
tree8b5664567f70c3d1dfafcb8ef2e5416027715649
parent5e763123f87422e00810bacc0346936a2ae52d3d (diff)
downloadpixelterm-d4623d34f1032324e5ee39155e705bf5aa215f4b.tar.gz
pixelterm-d4623d34f1032324e5ee39155e705bf5aa215f4b.tar.bz2
pixelterm-d4623d34f1032324e5ee39155e705bf5aa215f4b.zip
Cleaned up colorcube's imports
-rwxr-xr-xcolorcube.py2
1 files changed, 0 insertions, 2 deletions
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'