Remove all PyQt references

This commit is contained in:
Pesc0
2023-03-31 00:13:47 +02:00
committed by 0penBrain
parent 53aa302d8b
commit 99e13d9529
8 changed files with 14 additions and 39 deletions

View File

@@ -22,7 +22,7 @@
import FreeCAD, FreeCADGui
import PartDesignGui
from PyQt4 import QtCore, QtGui
from PySide import QtCore, QtGui
from TaskHole import TaskHole
from FeatureHole import Hole
from ViewProviderHole import ViewProviderHole

View File

@@ -22,7 +22,7 @@
import FreeCAD, FreeCADGui
import Part, PartDesignGui
from PyQt4 import QtCore, QtGui
from PySide import QtCore, QtGui
import Standards
import os