summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/genpytable.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/genpytable.py b/scripts/genpytable.py
index 240401a..8128104 100644
--- a/scripts/genpytable.py
+++ b/scripts/genpytable.py
@@ -314,12 +314,7 @@ def gen_table():
bopomofo : L"%s",
sheng : "%s",
yun : "%s",
- sheng_id : %s,
- yun_id : %s,
- fsheng_id : %s,
- fyun_id : %s,
- fsheng_id_2 : %s,
- fyun_id_2 : %s,
+ pinyin_id : {{ %s, %s }, { %s, %s }, { %s, %s }},
len : %d,
flags : %s
},''' % (i, text, bopomofo, s, y.replace("v", "ΓΌ"), s_id, y_id, fs1_id, fy1_id, fs2_id, fy2_id, l, flags)