diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-05 12:02:12 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-10-05 12:02:12 +0800 |
commit | 55cef919009b93a3a5204ceb6a846a8040209005 (patch) | |
tree | 9c805a3c15745f998f90036bb0939fcb080d01cd /scripts | |
parent | 9d6249684c8d6497100a62e74603e9317b2aaf2a (diff) | |
download | ibus-pinyin-55cef919009b93a3a5204ceb6a846a8040209005.tar.gz |
Refine coding style
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pydict.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pydict.py b/scripts/pydict.py index e2212bf..f864030 100644 --- a/scripts/pydict.py +++ b/scripts/pydict.py @@ -116,7 +116,7 @@ PINYIN_DICT = { "zhuan" : 406, "zhuang" : 407, "zhui" : 408, "zhun" : 409, "zhuo" : 410, # some weird pinyins #~ "eng" : 411, "chua" : 412, "fe" : 413, "fiao" : 414, "liong" : 415 - } +} PINYIN_LIST = PINYIN_DICT.keys () |