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