Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-08 11:53:55 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-08 11:53:55 (GMT)
commit8d27527fd90eb686ec3b65d49d6f2e685106e16f (patch)
tree2820fbd05e019ac1247c2c7d3b915662e5be629a /tools
parent7abb2f73879a5d73d9c0b52bc321f793b378ef9f (diff)
Integrate new colors table
Diffstat (limited to 'tools')
-rwxr-xr-xtools/hex-colors-to-dict2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hex-colors-to-dict b/tools/hex-colors-to-dict
index 5fa3ea7..68073ab 100755
--- a/tools/hex-colors-to-dict
+++ b/tools/hex-colors-to-dict
@@ -2,7 +2,7 @@
import sys
-result = 'colors_dict = {\n'
+result = 'table = {\n'
result += '\'white\' : \'black\' , \\\n'
hex_file = open(sys.argv[1], 'r')