[ucd] Add URL to dependencies

This commit is contained in:
Behdad Esfahbod 2019-05-23 20:39:04 -04:00
parent 65392b734e
commit 226ab06ec1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ if len (sys.argv) != 2:
print("usage: ./gen-ucd-table ucd.nonunihan.grouped.xml", file=sys.stderr)
sys.exit(1)
# https://github.com/harfbuzz/packtab
# https://github.com/harfbuzz/youseedy
import youseedy, packTab
ucdxml = youseedy.load_ucdxml(sys.argv[1])