summaryrefslogtreecommitdiffstats
path: root/scripts2/doublepinyintable.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts2/doublepinyintable.py')
-rw-r--r--scripts2/doublepinyintable.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts2/doublepinyintable.py b/scripts2/doublepinyintable.py
index 710c6f1..ff991b7 100644
--- a/scripts2/doublepinyintable.py
+++ b/scripts2/doublepinyintable.py
@@ -118,17 +118,6 @@ def gen_fallback_table3(scheme):
return ',\n'.join(entries)
-
-'''
-def get_table_content(tablename):
- (scheme, part) = tablename.split('_', 1)
- if part == "SHENG":
- return gen_shengmu_table(scheme)
- if part == "YUN":
- return gen_yunmu_table(scheme)
-'''
-
-
### main function ###
if __name__ == "__main__":
print(gen_fallback_table2("PYJJ"), os.linesep)