fixed broken import
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@71 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
2234b04613
commit
dab433233b
@ -199,7 +199,7 @@ class T2CharString(ByteCodeDecompilerBase):
|
||||
return operator, index
|
||||
|
||||
def toXML(self, xmlWriter):
|
||||
from misc.textTools import num2binary
|
||||
from fontTools.misc.textTools import num2binary
|
||||
if self.bytecode is not None:
|
||||
xmlWriter.dumphex(self.bytecode)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user