git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@467 4cde692c-a291-49d1-8350-778aa11640f8
12 lines
151 B
Python
Executable File
12 lines
151 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
|
|
def _dummy():
|
|
from encodings import latin_1, utf_8, utf_16_be
|
|
|
|
|
|
import sys
|
|
from fontTools import ttx
|
|
|
|
ttx.main(sys.argv[1:])
|