Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintMiddlePoint.py
index 39db682204acc2f974bbd2faa3ce1afd90c97c50..ebda3620e860e8d14005e8912915043b6f643f57 100644 (file)
@@ -141,5 +141,5 @@ assert (anOriginCoord.x() == 0. and anOriginCoord.y() == 0.)
 # End of test
 #=========================================================================
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())