From cf7f33de705f477bd8828d8f47586ffb365916e2 Mon Sep 17 00:00:00 2001 From: LarryWoestman Date: Sat, 10 Dec 2022 13:26:05 -0800 Subject: [PATCH] Path: Fixed regression in input statement. --- src/Mod/Path/Path/Main/Gui/PreferencesJob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/Path/Main/Gui/PreferencesJob.py b/src/Mod/Path/Path/Main/Gui/PreferencesJob.py index 3ca02ae0dd..0d8abc90c2 100644 --- a/src/Mod/Path/Path/Main/Gui/PreferencesJob.py +++ b/src/Mod/Path/Path/Main/Gui/PreferencesJob.py @@ -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