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 00bdb354b3
commit c47e0ec507

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