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