xref: /aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/etree.py (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes"""DEPRECATED - This module is kept here only as a backward compatibility shim
2*e1fe3e4aSElliott Hughesfor the old ufoLib.etree module, which was moved to fontTools.misc.etree.
3*e1fe3e4aSElliott HughesPlease use the latter instead.
4*e1fe3e4aSElliott Hughes"""
5*e1fe3e4aSElliott Hughes
6*e1fe3e4aSElliott Hughesfrom fontTools.misc.etree import *
7