From bfa488b1e2fdd91cf18e7fa9e45d45623a60b8ae Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 8 Sep 2015 16:24:15 +0800 Subject: fixes typo --- scripts2/fullpinyintable.py | 2 +- scripts2/utils.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts2') diff --git a/scripts2/fullpinyintable.py b/scripts2/fullpinyintable.py index 45805ff..c46c1ae 100644 --- a/scripts2/fullpinyintable.py +++ b/scripts2/fullpinyintable.py @@ -423,5 +423,5 @@ if __name__ == "__main__": s = gen_content_table() + gen_pinyin_index() + gen_zhuyin_index() s = gen_content_table() + gen_luoma_pinyin_index() + gen_secondary_zhuyin_index() s = gen_hsu_zhuyin_index() + gen_eten26_zhuyin_index() - s = gen_table_index_for_chewing_key(content_table) + s = gen_table_index_for_chewing_key() print(s) diff --git a/scripts2/utils.py b/scripts2/utils.py index c90dd83..767dfa3 100644 --- a/scripts2/utils.py +++ b/scripts2/utils.py @@ -21,9 +21,6 @@ # MA 02110-1301, USA. -import os - - def shuffle_all(instr): for output in shuffle_recur(instr): if output == instr: -- cgit