FreeCAD/src/Mod/TemplatePyMod/Init.py
2011-10-10 13:44:52 +00:00

11 lines
330 B
Python

# FreeCAD TemplatePyMod module
# (c) 2007 Juergen Riegel LGPL
# Get the Parameter Group of this module
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Test")
# Set the needed information
ParGrp.SetString("HelpIndex", "Test/Help/index.html")
ParGrp.SetString("WorkBenchName", "Test functions")