1*e1fe3e4aSElliott Hughes"""DEPRECATED - This module is kept here only as a backward compatibility shim 2*e1fe3e4aSElliott Hughesfor the old ufoLib.pointPen module, which was moved to fontTools.pens.pointPen. 3*e1fe3e4aSElliott HughesPlease use the latter instead. 4*e1fe3e4aSElliott Hughes""" 5*e1fe3e4aSElliott Hughes 6*e1fe3e4aSElliott Hughesfrom fontTools.pens.pointPen import * 7