FEM: improve imports

This commit is contained in:
Bernd Hahnebach
2020-03-16 09:08:18 +01:00
parent 52bee70c6d
commit 9004e1fc5a
9 changed files with 17 additions and 18 deletions

View File

@@ -31,12 +31,12 @@ __url__ = "http://www.freecadweb.org"
# \ingroup FEM
# \brief FreeCAD ViewProviderFemElementFluid1D
import FreeCAD
import FreeCADGui
from PySide import QtCore
from PySide import QtGui
import FreeCAD
import FreeCADGui
from . import FemSelectionWidgets
from . import ViewProviderFemConstraint
from femobjects import _FemElementFluid1D