Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/hex-colors-to-dict
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hex-colors-to-dict')
-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')