diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index ef9983fe67..2d5e66c3e4 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -27,6 +27,9 @@ from .manager import CommandManager from PySide import QtCore +# Python command definitions +# for C++ comand definitions see src/Mod/Fem/Command.cpp + class _CommandFemAnalysis(CommandManager): "The FEM_Analysis command definition" def __init__(self):