2004-09-25 08:24:37 +00:00
|
|
|
#! /usr/bin/env python
|
2002-09-10 08:47:39 +00:00
|
|
|
|
|
|
|
|
2002-09-12 23:14:59 +00:00
|
|
|
def _dummy():
|
|
|
|
from encodings import latin_1, utf_8, utf_16_be
|
|
|
|
|
|
|
|
|
2002-09-10 08:47:39 +00:00
|
|
|
import sys
|
2002-09-12 17:33:12 +00:00
|
|
|
from fontTools import ttx
|
2002-09-10 20:14:57 +00:00
|
|
|
|
2002-09-12 17:33:12 +00:00
|
|
|
ttx.main(sys.argv[1:])
|