FEM: more Python import cleaning

This commit is contained in:
Bernd Hahnebach
2020-02-27 07:45:36 +01:00
parent e68221c63b
commit ab0df09a1c
16 changed files with 61 additions and 50 deletions

View File

@@ -26,16 +26,15 @@ __url__ = "http://www.freecadweb.org"
## @package SolverCalculix
# \ingroup FEM
import os
import glob
import os
import FreeCAD
from femtools import femutils
from . import tasks
from .. import run
from .. import solverbase
from . import tasks
from femtools import femutils
if FreeCAD.GuiUp:
import FemGui