From c47e0ec507713aa262419f8eed614d75b49baeee Mon Sep 17 00:00:00 2001 From: jffmichi <> Date: Tue, 18 Jun 2024 22:28:49 +0200 Subject: [PATCH] Path: replace import of PySide2 with PySide --- src/Mod/CAM/Path/Main/Gui/SimulatorGL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Main/Gui/SimulatorGL.py b/src/Mod/CAM/Path/Main/Gui/SimulatorGL.py index be96af3d9e..0f90e3538c 100644 --- a/src/Mod/CAM/Path/Main/Gui/SimulatorGL.py +++ b/src/Mod/CAM/Path/Main/Gui/SimulatorGL.py @@ -32,7 +32,7 @@ import math import os from FreeCAD import Vector, Base -from PySide2.QtWidgets import QDialogButtonBox +from PySide.QtGui import QDialogButtonBox # lazily loaded modules from lazy_loader.lazy_loader import LazyLoader