blob: 5054f8169a0dd42599aecbfac779f15d171f3b61 (
plain) (
blame)
1
2
3
4
5
|
"""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 *
|