From 90d9cc30e4f6e608cec031bb602da098e240651a Mon Sep 17 00:00:00 2001 From: Jeff Connelly Date: Sun, 3 Aug 2008 14:15:52 -0700 Subject: [PATCH] Expression creator review: change I to / for STI. --- tools/exprCreator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/exprCreator.py b/tools/exprCreator.py index 9542630..b698eb0 100755 --- a/tools/exprCreator.py +++ b/tools/exprCreator.py @@ -31,7 +31,7 @@ map_t = {False:0, None:1, True:2} map_str = {False:"i", None:"0", True:"1"} basic = {"}":sd, "{":su, ">":s01, "<":si0, "[":ru, - "]":rd, "I":inv} + "]":rd, "/":inv} easy = {"B":buf, "i":ci, "0":c0, "1":c1} -- 2.11.4.GIT