FEM: delete not needed imports

This commit is contained in:
Bernd Hahnebach
2020-02-16 23:38:07 +01:00
parent 3d8c040efa
commit a8bf9bb069
2 changed files with 0 additions and 6 deletions

View File

@@ -40,9 +40,6 @@ from .. import run
from .. import settings
from . import writer
if FreeCAD.GuiUp:
from PySide import QtGui
_inputFileName = None

View File

@@ -38,9 +38,6 @@ from .. import run
from .. import settings
from . import writer
if FreeCAD.GuiUp:
from PySide import QtGui
class Check(run.Check):