Salome HOME
Issue #2001: The list of CutFrom objects is empty after their selection
[modules/shaper.git] / src / FeaturesPlugin / Test / TestBooleanFill.py
index 6a29649ca0efcf0b9ec8fec4fc09d4b01b2ebfaf..8070321618439b7f0a53442ef7c990905125337c 100644 (file)
@@ -4,7 +4,7 @@ Test case for Boolean Fill feature. Written on High API.
 from ModelAPI import *
 from GeomAPI import *
 
-import model
+from salome.shaper import model
 
 # Get session
 aSession = ModelAPI_Session.get()