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:
Cosimo Lupo 2016-08-19 11:08:37 +01:00
parent 74ce51c881
commit 1908363d56
5 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
../Lib/fontTools

View File

@ -1,6 +0,0 @@
#! /usr/bin/env python
import sys
from fontTools import inspect
inspect.main(sys.argv[1:])

View File

@ -1,6 +0,0 @@
#! /usr/bin/env python
import sys
from fontTools import merge
merge.main(sys.argv[1:])

View File

@ -1,6 +0,0 @@
#! /usr/bin/env python
import sys
from fontTools import subset
subset.main(sys.argv[1:])

View File

@ -1,6 +0,0 @@
#! /usr/bin/env python
import sys
from fontTools import ttx
ttx.main(sys.argv[1:])