FEM: delet unused import FreeCAD

This commit is contained in:
Bernd Hahnebach 2015-11-07 20:04:10 +01:00
parent 062895c626
commit 5e001f3e15
3 changed files with 0 additions and 9 deletions

View File

@ -25,9 +25,6 @@ __author__ = "Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
import FreeCAD
class _FemBeamSection:
"The FemBeamSection object"
def __init__(self, obj):

View File

@ -25,9 +25,6 @@ __author__ = "Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
import FreeCAD
class _FemShellThickness:
"The FemShellThickness object"
def __init__(self, obj):

View File

@ -25,9 +25,6 @@ __author__ = "Juergen Riegel, Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
import FreeCAD
class _MechanicalMaterial:
"The Material object"
def __init__(self, obj):