Part: [skip ci] split classes of Shapes.py file into files for feature, view provider and command classes

This commit is contained in:
wmayer
2020-11-12 12:17:47 +01:00
parent a5c80b6eca
commit a8aeb0ce78
5 changed files with 116 additions and 54 deletions

View File

@@ -43,7 +43,7 @@ class PartWorkbench(Gui.Workbench):
import PartGui
try:
import BasicShapes.Shapes
import BasicShapes.CommandShapes
except ImportError as err:
App.Console.PrintError("'BasicShapes' package cannot be loaded. "
"{err}\n".format(err=str(err)))