git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@346 4cde692c-a291-49d1-8350-778aa11640f8
8 lines
86 B
Python
Executable File
8 lines
86 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
|
|
import sys
|
|
from fontTools import ttx
|
|
|
|
ttx.main(sys.argv[1:])
|