mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-06-07 23:37:58 +00:00
fix for review
This commit is contained in:
parent
baad14e5aa
commit
3f36ea9b16
1 changed files with 2 additions and 1 deletions
3
third_party/color_emoji/add_glyphs.py
vendored
3
third_party/color_emoji/add_glyphs.py
vendored
|
@ -5,7 +5,8 @@ from fontTools import ttx
|
|||
from fontTools.ttLib.tables import otTables
|
||||
from png import PNG
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), '../../'))
|
||||
sys.path.append(
|
||||
os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
|
||||
import add_emoji_gsub
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue