Path: replace import of PySide2 with PySide

This commit is contained in:
jffmichi
2024-06-18 22:28:49 +02:00
committed by sliptonic
parent 2c9b7db705
commit 1c9d71502a

View File

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