Skip to content

Commit

Permalink
FEM: Clean imports in MechanicalAnalysis.py
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 23, 2015
1 parent 957f723 commit f482dc2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -20,8 +20,12 @@
#* *
#***************************************************************************

import FreeCAD, Fem, FemLib, CalculixLib
import os,sys,string,math,shutil,glob,subprocess,tempfile,time
import CalculixLib
import FreeCAD
import os
import sys
import tempfile
import time

if FreeCAD.GuiUp:
import FreeCADGui
Expand Down

0 comments on commit f482dc2

Please sign in to comment.