FEM: unused imports deleted

This commit is contained in:
Bernd Hahnebach
2015-11-05 20:23:36 +01:00
committed by Yorik van Havre
parent 91afe97ad5
commit 21995724b0
11 changed files with 19 additions and 54 deletions

View File

@@ -26,11 +26,8 @@ __url__ = "http://www.freecadweb.org"
import FreeCAD
if FreeCAD.GuiUp:
import FreeCADGui
import FemGui
from pivy import coin
import FreeCADGui
from pivy import coin
class _ViewProviderFemShellThickness: