commit | 7ed91eca1eaa96b79eae780778e89bb9ec44c1ee | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 15:16:28 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 15:25:00 2013 -0500 |
tree | 23e7d371aa0671db7effb666a79a8e2a985d46b7 | |
parent | 36e20ff47317ef4f9ec47b52d267f0bf97138192 [diff] [blame] |
py23 import in all nontrivial source files and unused import cleanup
diff --git a/Lib/fontTools/ttLib/sfnt.py b/Lib/fontTools/ttLib/sfnt.py index 136dde3..a194d77 100644 --- a/Lib/fontTools/ttLib/sfnt.py +++ b/Lib/fontTools/ttLib/sfnt.py
@@ -12,10 +12,9 @@ a table's length chages you need to rewrite the whole file anyway. """ -import sys import struct -import os from fontTools.misc import sstruct +from fontTools.misc.py23 import * class SFNTReader: