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:
Just 2000-01-31 14:33:17 +00:00
parent 2234b04613
commit dab433233b

View File

@ -199,7 +199,7 @@ class T2CharString(ByteCodeDecompilerBase):
return operator, index return operator, index
def toXML(self, xmlWriter): def toXML(self, xmlWriter):
from misc.textTools import num2binary from fontTools.misc.textTools import num2binary
if self.bytecode is not None: if self.bytecode is not None:
xmlWriter.dumphex(self.bytecode) xmlWriter.dumphex(self.bytecode)
else: else: