Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintAngle.py
index 3070252604dc486fe525174beb2565cb5dcd841a..83a3335464937a7833c6e31ed3464c9f2441d2c1 100644 (file)
@@ -149,5 +149,5 @@ assert (angle(aSketchLineA, aSketchLineB) == NEW_ANGLE_DEGREE)
 # End of test
 #=========================================================================
 
-import model
+from salome.shaper import model
 assert(model.checkPythonDump())