keep fontTools.ufoLib.etree as a shim module for fontTools.misc.etree

This commit is contained in:
Cosimo Lupo 2018-10-18 11:12:08 +01:00
parent 081b0fc090
commit 3e19f6d985
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -0,0 +1,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 *