commit | bb0beb7385d00a0f5c99895e7299a5a1307ec193 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 14:37:28 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 15:25:00 2013 -0500 |
tree | 22047af9c5727a03c2956b38e61a87b65c08b98c | |
parent | 4a818a2b98d64781b10b5296eccaaf8dacb3275c [diff] [blame] |
2to3 Use py23 to close some of the bytes/str/unicode gaps
diff --git a/Lib/fontTools/ttLib/sfnt.py b/Lib/fontTools/ttLib/sfnt.py index 3cac90f..136dde3 100644 --- a/Lib/fontTools/ttLib/sfnt.py +++ b/Lib/fontTools/ttLib/sfnt.py
@@ -14,8 +14,8 @@ import sys import struct -from fontTools.misc import sstruct import os +from fontTools.misc import sstruct class SFNTReader: