提交 771712b3 编写于 作者: B Behdad Esfahbod

[ucd] Update for recent packTab

No need for separate youseedy package.
上级 52aa6c57
...@@ -10,11 +10,11 @@ if len (sys.argv) != 2: ...@@ -10,11 +10,11 @@ if len (sys.argv) != 2:
# https://github.com/harfbuzz/packtab # https://github.com/harfbuzz/packtab
# https://github.com/harfbuzz/youseedy import packTab
import youseedy, packTab import packTab.ucdxml
ucdxml = youseedy.load_ucdxml(sys.argv[1]) ucdxml = packTab.ucdxml.load_ucdxml(sys.argv[1])
ucd = youseedy.ucdxml_get_repertoire(ucdxml) ucd = packTab.ucdxml.ucdxml_get_repertoire(ucdxml)
gc = [u['gc'] for u in ucd] gc = [u['gc'] for u in ucd]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册