change signature of path.split to not user *parameters any more
[PyX/mjg.git] / pyx / t1strip / __init__.py
blobad1bfa1243fed14f1eae53569e2a9022b1fe8b4f
1 try:
2 import _t1strip
3 t1strip = _t1strip.t1strip
4 except:
5 import fullfont
6 def t1strip(file, pfbfilename, glyphs, encname=None):
7 fullfont.fullfont(file, pfbfilename)