+ remove useless stuff from Init files
This commit is contained in:
@@ -25,23 +25,3 @@
|
||||
#* Juergen Riegel 2002 *
|
||||
#***************************************************************************/
|
||||
|
||||
|
||||
class AssemblyDocument:
|
||||
"Assembly document"
|
||||
def Info(self):
|
||||
return "Assembly document"
|
||||
|
||||
|
||||
# Get the Parameter Group of this module
|
||||
ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Assembly")
|
||||
|
||||
# Set the needed information
|
||||
ParGrp.SetString("HelpIndex", "Assembly/Help/index.html")
|
||||
ParGrp.SetString("DocTemplateName", "Assembly")
|
||||
ParGrp.SetString("DocTemplateScript","TemplAssembly.py")
|
||||
ParGrp.SetString("WorkBenchName", "Assembly Design")
|
||||
ParGrp.SetString("WorkBenchModule", "AssemblyWorkbench.py")
|
||||
|
||||
|
||||
#FreeCAD.EndingAdd("CAD formats (*.igs *.iges *.step *.stp *.brep *.brp)","Assembly")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user