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