Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPipe.py
index 57e371274f72d9ad4360e3b80b38ebe731c54440..21ba065e16f3e837a3d868d11eb133b9c13bd609 100644 (file)
@@ -164,5 +164,5 @@ aSession.finishOperation()
 # Test results
 assert (len(aPipeFeature.results()) > 0)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())