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: