From 7efb58accb3e2e9fea4a578350a27447cb03383c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 15 Dec 2011 13:36:02 +0800 Subject: fixes code style --- scripts/chewingkey.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/chewingkey.py b/scripts/chewingkey.py index 51c89ea..9551f66 100644 --- a/scripts/chewingkey.py +++ b/scripts/chewingkey.py @@ -147,7 +147,4 @@ def gen_table_index(content_table): ### main function ### if __name__ == "__main__": - print(gen_initials()) - print(gen_middles()) - print(gen_finals()) - print(gen_tones()) + print(gen_initials() + gen_middles() + gen_finals() + gen_tones()) -- cgit