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:
parent
c3403cfbd4
commit
8c74f4639a
@ -47,7 +47,7 @@ class T1Font:
|
||||
pass # XXX
|
||||
|
||||
def saveAs(self, path, type):
|
||||
self.write(path, self.getData(), type)
|
||||
write(path, self.getData(), type)
|
||||
|
||||
def getData(self):
|
||||
# XXX Todo: if the data has been converted to Python object,
|
||||
|
Loading…
x
Reference in New Issue
Block a user