2018-10-18 16:03:09 +01:00
|
|
|
"""DEPRECATED - This module is kept here only as a backward compatibility shim
|
2024-09-17 17:11:39 +01:00
|
|
|
for the old `ufoLib.pointPen` module, which was moved to :class:`fontTools.pens.pointPen`.
|
2018-10-18 16:03:09 +01:00
|
|
|
Please use the latter instead.
|
2011-10-20 20:43:33 +00:00
|
|
|
"""
|
2024-02-06 15:47:35 +02:00
|
|
|
|
2018-10-18 16:03:09 +01:00
|
|
|
from fontTools.pens.pointPen import *
|