Cobbled together a setup.py

This commit is contained in:
jaseg 2013-07-29 18:38:13 +02:00
parent 2a74911541
commit 62e62f1eac
3 changed files with 4 additions and 17 deletions

View file

@ -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):