FEM: objects, use fem name sheme for object package names

This commit is contained in:
Bernd Hahnebach
2018-01-25 07:16:45 +01:00
committed by Yorik van Havre
parent 07ae0e56c4
commit c85afd0e44
48 changed files with 94 additions and 93 deletions

View File

@@ -33,7 +33,7 @@ from . import run
if App.GuiUp:
import FreeCADGui as Gui
from PyGui import _TaskPanelFemSolverControl
from femguiobjects import _TaskPanelFemSolverControl
class Proxy(object):