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:
Erik van Blokland 2011-10-20 15:56:22 +00:00
parent cf434fd941
commit ea843d1e68
2 changed files with 2 additions and 2 deletions

View File

@ -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()))

View File

@ -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)