X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestSketchPointLine.py;h=0d3df2d144fe609d27155688dd93cdbba7b70482;hb=ee6034427d4adc3b83cad729e641537382576ab4;hp=f7880bf34108b227bbb1e2769fbe0956093f822e;hpb=69793dfec9e9be157b68657b453aed9e53c24ce7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestSketchPointLine.py b/src/SketchPlugin/Test/TestSketchPointLine.py index f7880bf34..0d3df2d14 100644 --- a/src/SketchPlugin/Test/TestSketchPointLine.py +++ b/src/SketchPlugin/Test/TestSketchPointLine.py @@ -95,5 +95,5 @@ aShape = aResultConstruction.shape() assert (aShape is not None) assert (not aShape.isNull()) -import model +from salome.shaper import model assert(model.checkPythonDump())