X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConstructionPlugin%2FTest%2FTestPlane.py;fp=src%2FConstructionPlugin%2FTest%2FTestPlane.py;h=87839997ed4f77d0b168dcd84976efe7361b3723;hb=ee6034427d4adc3b83cad729e641537382576ab4;hp=6669c2d1b3cdc60041db827c7d5a46ab457dcea7;hpb=69793dfec9e9be157b68657b453aed9e53c24ce7;p=modules%2Fshaper.git diff --git a/src/ConstructionPlugin/Test/TestPlane.py b/src/ConstructionPlugin/Test/TestPlane.py index 6669c2d1b..87839997e 100644 --- a/src/ConstructionPlugin/Test/TestPlane.py +++ b/src/ConstructionPlugin/Test/TestPlane.py @@ -4,7 +4,7 @@ Test case for Construction Plane feature. Written on High API. from ModelAPI import * from GeomAPI import * -import model +from salome.shaper import model # Get session aSession = ModelAPI_Session.get() @@ -83,5 +83,4 @@ aPlane = model.addPlane(aDocument, aCoincidentPlane.result(), aPlane.result()) aSession.finishOperation() assert (len(aPlane.results()) > 0) -import model assert(model.checkPythonDump())