]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PythonAPI/modeler/__init__.py
Salome HOME
[PythonAPI / sketcher] added addArc method and the corresponding test + fix for point API
[modules/shaper.git] / src / PythonAPI / modeler / __init__.py
index f16e4030b94823df45e9e4cdcccdddedc4e3f525..a84a1651596a55ec809fb252261b062e18037637 100644 (file)
@@ -9,8 +9,12 @@ from roots     import *
 # Built-in features
 
 from part      import Part            as addPart
-from sketcher.sketch  import Sketch   as addSketch
+from sketcher.sketch  import addSketch
 from extrusion import Extrusion       as addExtrusion
 from boolean   import Addition        as addAddition
 from boolean   import Subtraction     as addSubtraction
 from boolean   import Intersection    as addIntersection
+
+# Custom exceptions
+
+from errors import WrongNumberOfArguments
\ No newline at end of file