This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
cu2qu
/
__main__.py
7 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
Revert "Remove all top-level cu2qu files that conflict with fonttools merge" This reverts commit 09257ab57b03cef5c73557ece77ca048db2fc78d.
2020-04-01 18:41:29 +01:00
import
sys
cu2qu: fix up imports for cu2qu.ufo, cli, and related tests
2020-04-01 19:01:32 +01:00
from
.
cli
import
main
Revert "Remove all top-level cu2qu files that conflict with fonttools merge" This reverts commit 09257ab57b03cef5c73557ece77ca048db2fc78d.
2020-04-01 18:41:29 +01:00
if
__name__
==
"
__main__
"
:
sys
.
exit
(
main
(
)
)
Reference in New Issue
Copy Permalink