Salome HOME
Fix compilation error on Linux. Part III.
[modules/shaper.git] / src / PythonAPI / model / __init__.py
index fff3117224239a9d009053ff0d03a6f4d02a417d..3a8c553ae55484d033b6f615776865496ef2d784 100644 (file)
@@ -10,10 +10,12 @@ All features are available via model.add*() functions. Exceptions are:
 
 from services  import *
 from roots     import *
+from tools import Selection
 
 # Built-in features
 
 from sketcher.sketch  import addSketch
+from connection import *
 from construction import *
 from exchange import *
 from features import *