Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / BuildPlugin / Test / TestSubShapes.py
index dbe6d695def133e29d108d1fc80c5a00be6e8cc3..1453d8af7ddfa14f4ac3cef5c4a488529f2a8be9 100644 (file)
@@ -127,7 +127,7 @@ aSession.finishOperation()
 # Test results
 assert (len(aSubShapesFeature.results()) > 0)
 
-import model
+from salome.shaper import model
 
 model.begin()
 partSet = model.moduleDocument()