fixed saveAs()

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@169 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2001-08-16 10:34:22 +00:00
parent c3403cfbd4
commit 8c74f4639a

View File

@ -47,7 +47,7 @@ class T1Font:
pass # XXX pass # XXX
def saveAs(self, path, type): def saveAs(self, path, type):
self.write(path, self.getData(), type) write(path, self.getData(), type)
def getData(self): def getData(self):
# XXX Todo: if the data has been converted to Python object, # XXX Todo: if the data has been converted to Python object,