jvr 175f048123 whoops, rolling back accidental #! commits
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@467 4cde692c-a291-49d1-8350-778aa11640f8
2004-09-25 08:24:37 +00:00

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:])