Fixed path unit test setup for new PathDressup

This commit is contained in:
Markus Lampert
2018-01-21 20:50:14 -08:00
committed by wmayer
parent 50529d33e4
commit 0d063d91f1

View File

@@ -41,6 +41,7 @@ class TestProfile:
self.Direction = direction
self.Path = Path.Path(path)
self.ToolController = None # default tool 5mm
self.Name = 'Profile'
class TestFeature:
def __init__(self):