Salome HOME
Remove PythonAPI implementation
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index c5b71cbf40ccce7e3dfcf16ba5da6ee283bc980e..e359630fe0edde98b3261e296a4f70c6dd6adbd6 100644 (file)
@@ -10,7 +10,6 @@ All features are available via model.add*() functions. Exceptions are:
 
 from services  import *
 from roots     import *
-from tools import Selection
 
 # Built-in features
 
@@ -21,8 +20,3 @@ from exchange import *
 from features import *
 from parameter import *
 from partset import *
-
-# Custom exceptions
-
-from errors import WrongNumberOfArguments
-from errors import FeatureInputInvalid