[ucd] Update for recent packTab

No need for separate youseedy package.
This commit is contained in:
Behdad Esfahbod 2019-05-25 15:58:45 -04:00
parent 52aa6c57c5
commit 771712b3ca
1 changed files with 4 additions and 4 deletions

View File

@ -10,11 +10,11 @@ if len (sys.argv) != 2:
# https://github.com/harfbuzz/packtab
# https://github.com/harfbuzz/youseedy
import youseedy, packTab
import packTab
import packTab.ucdxml
ucdxml = youseedy.load_ucdxml(sys.argv[1])
ucd = youseedy.ucdxml_get_repertoire(ucdxml)
ucdxml = packTab.ucdxml.load_ucdxml(sys.argv[1])
ucd = packTab.ucdxml.ucdxml_get_repertoire(ucdxml)
gc = [u['gc'] for u in ucd]