Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintEqual.py
index 2d38a28f858a4388a4503c62fe6d7c94a595153f..e78dd6837a102712f047601b6cc5768a98e58e2c 100644 (file)
@@ -201,5 +201,5 @@ assert (math.fabs(aLine2Len - anExtLineLen) < 1.e-10)
 # End of test
 #=========================================================================
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())