Remove 'Tools' folder containing shell scripts; we now use setuptools generated console scripts that work on all platforms, not just Unix
This commit is contained in:
parent
74ce51c881
commit
1908363d56
@ -1 +0,0 @@
|
|||||||
../Lib/fontTools
|
|
@ -1,6 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
|
|
||||||
import sys
|
|
||||||
from fontTools import inspect
|
|
||||||
|
|
||||||
inspect.main(sys.argv[1:])
|
|
@ -1,6 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
|
|
||||||
import sys
|
|
||||||
from fontTools import merge
|
|
||||||
|
|
||||||
merge.main(sys.argv[1:])
|
|
@ -1,6 +0,0 @@
|
|||||||
#! /usr/bin/env python
|
|
||||||
|
|
||||||
import sys
|
|
||||||
from fontTools import subset
|
|
||||||
|
|
||||||
subset.main(sys.argv[1:])
|
|
Loading…
x
Reference in New Issue
Block a user