Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / BuildPlugin / Test / TestVertex.py
index d292e6aafd568124430f16c3d8eea192f4bf74e0..be6c50e79456c01b0f7ea9d402851c8acfc69b75 100644 (file)
@@ -56,5 +56,5 @@ aSession.finishOperation()
 # Test results
 assert (len(aVertexFeature.results()) == aNumOfPoints)
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())