FEM: delet unused import FreeCAD
This commit is contained in:
parent
062895c626
commit
5e001f3e15
|
@ -25,9 +25,6 @@ __author__ = "Bernd Hahnebach"
|
|||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FreeCAD
|
||||
|
||||
|
||||
class _FemBeamSection:
|
||||
"The FemBeamSection object"
|
||||
def __init__(self, obj):
|
||||
|
|
|
@ -25,9 +25,6 @@ __author__ = "Bernd Hahnebach"
|
|||
__url__ = "http://www.freecadweb.org"
|
||||
|
||||
|
||||
import FreeCAD
|
||||
|
||||
|
||||
class _FemShellThickness:
|
||||
"The FemShellThickness object"
|
||||
def __init__(self, obj):
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user