Merge pull request #8012 from LarryWoestman/bugfix

Path:  Fixed regression in import statement.
This commit is contained in:
sliptonic
2022-12-17 12:02:22 -06:00
committed by GitHub

View File

@@ -23,7 +23,7 @@
import FreeCAD
import Path
import Path.Main.Stock as PathStock
import Path.Post.Processor as PostProcessor
from Path.Post.Processor import PostProcessor
import json
from FreeCAD import Units