mirror of
http://forgejo.openclaw.svc.cluster.local:3000/mrhavens/intellecton.git
synced 2026-06-18 01:22:57 +00:00
6 lines
231 B
Python
6 lines
231 B
Python
"""DEPRECATED - This module is kept here only as a backward compatibility shim
|
|
for the old ufoLib.etree module, which was moved to :mod:`fontTools.misc.etree`.
|
|
Please use the latter instead.
|
|
"""
|
|
|
|
from fontTools.misc.etree import *
|