move exportDRAWEXE.py to Sandbox WB

This commit is contained in:
Sebastian Hoogen
2014-10-12 20:02:43 +02:00
committed by wmayer
parent dc69e119af
commit 0ef3da1a64
5 changed files with 3 additions and 4 deletions

View File

@@ -33,6 +33,6 @@ ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Sandbox")
ParGrp.SetString("HelpIndex", "Sandbox/Help/index.html")
ParGrp.SetString("WorkBenchName", "Sandbox Design")
ParGrp.SetString("WorkBenchModule", "SandboxWorkbench.py")
import FreeCAD
FreeCAD.addExportType("DRAWEXE source (*.draw)","exportDRAWEXE")