commit | 30e691edd056ba22fa8970280e986747817bec3d | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
tree | d32b5359635b6cbca8879ce161e8ccc0a89864dd | |
parent | cfeafd79cd04f3cb16a72dad574af0aeae4f509d [diff] [blame] |
py23 from __future__ import print_function
diff --git a/Lib/fontTools/misc/xmlWriter.py b/Lib/fontTools/misc/xmlWriter.py index 4f26228..e574983 100644 --- a/Lib/fontTools/misc/xmlWriter.py +++ b/Lib/fontTools/misc/xmlWriter.py
@@ -1,8 +1,9 @@ """xmlWriter.py -- Simple XML authoring class""" +from __future__ import print_function +from fontTools.misc.py23 import * import string import struct -from .py23 import * INDENT = " "