This commit is contained in:
Behdad Esfahbod 2013-09-18 19:01:16 -04:00
parent 8413c108d2
commit 28fc49824a

View File

@ -2020,7 +2020,7 @@ class Logger(object):
def font(self, font, file=sys.stdout):
if not self.xml:
return
import xmlWriter
from fontTools.misc import xmlWriter
writer = xmlWriter.XMLWriter(file)
font.disassembleInstructions = False # Work around ttLib bug
for tag in font.keys():