blob: 77e3c16e2b45c379358f0de2d832a894b9a3bb7b (
plain) (
blame)
1
2
3
4
5
6
|
"""DEPRECATED - This module is kept here only as a backward compatibility shim
for the old ufoLib.etree module, which was moved to fontTools.misc.etree.
Please use the latter instead.
"""
from fontTools.misc.etree import *
|