Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / BuildPlugin / Test / TestShell.py
index 2406a93b51bf87a296cfbe5d31eceda085a29786..24c6cb9ff1a962100915a96e4bee3d29b9b95fc2 100644 (file)
@@ -78,5 +78,5 @@ aSession.finishOperation()
 # Test results
 assert (len(aShellFeature.results()) > 0)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())