Add back xmlWriter and sstruct as toplevel modules
Fixes https://github.com/behdad/fonttools/issues/190
This commit is contained in:
parent
fdf5f1e6fa
commit
3048fe6161
7
Lib/sstruct.py
Normal file
7
Lib/sstruct.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Added here for backward compatibility
|
||||
|
||||
from __future__ import print_function, division, absolute_import
|
||||
from fontTools.misc.py23 import *
|
||||
|
||||
from fontTools.misc.sstruct import *
|
||||
from fontTools.misc.sstruct import __doc__
|
7
Lib/xmlWriter.py
Normal file
7
Lib/xmlWriter.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Added back here for backward compatibility
|
||||
|
||||
from __future__ import print_function, division, absolute_import
|
||||
from fontTools.misc.py23 import *
|
||||
|
||||
from fontTools.misc.xmlWriter import *
|
||||
from fontTools.misc.xmlWriter import __doc__
|
Loading…
x
Reference in New Issue
Block a user