Skip to content

Commit

Permalink
tools/colr2svg.py: fix import of colr_to_svg module
Browse files Browse the repository at this point in the history
Fixes #466
  • Loading branch information
anthrotype committed Apr 2, 2024
1 parent ed1155c commit fbd1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/colr2svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# extend PYTHONPATH to include ../tests dir where colr_to_svg module is located
sys.path.insert(0, os.path.join(os.path.dirname(os.path.dirname(__file__)), "tests"))

from colr_to_svg import colr_to_svg
from nanoemoji.colr_to_svg import colr_to_svg
from fontTools.ttLib import TTFont
from picosvg.geometric_types import Rect

Expand Down

0 comments on commit fbd1a35

Please sign in to comment.