This reflects the move to pens/printingPens
git-svn-id: http://svn.robofab.com/branches/ufo3k@447 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
parent
cf434fd941
commit
ea843d1e68
@ -271,7 +271,7 @@ class GuessSmoothPointPen(AbstractPointPen):
|
||||
|
||||
if __name__ == "__main__":
|
||||
from fontTools.pens.basePen import _TestPen as PSPen
|
||||
from robofab.pens.pointPen import PrintingPointPen
|
||||
from robofab.pens.printingPens import PrintingPointPen
|
||||
segmentPen = PSPen(None)
|
||||
# pen = PointToSegmentPen(SegmentToPointPen(PointToSegmentPen(PSPen(None))))
|
||||
pen = PointToSegmentPen(SegmentToPointPen(PrintingPointPen()))
|
||||
|
@ -88,7 +88,7 @@ class ReverseContourPointPen(AbstractPointPen):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from robofab.pens.pointPen import PrintingPointPen
|
||||
from robofab.pens.printingPens import PrintingPointPen
|
||||
pP = PrintingPointPen()
|
||||
rP = ReverseContourPointPen(pP)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user